Skip to content

Commit 627fcfc

Browse files
committed
Font generation: Fix patch binary path
1 parent 55b51be commit 627fcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/fonts/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767
subprocess.check_call(line)
6868
if patches:
6969
for patch in patches:
70-
subprocess.check_call(['/usr/bin/patch', name+'.c', patch])
70+
subprocess.check_call(['/usr/bin/env', 'patch', name+'.c', patch])
7171

7272

7373

0 commit comments

Comments
 (0)