aports/community/peek/use-python3.patch
2021-04-15 09:30:58 +02:00

12 lines
377 B
Diff

--- a/po/meson.build 2021-04-15 09:28:43.997805320 +0200
+++ b/po/meson.build 2021-04-15 09:28:55.350875545 +0200
@@ -6,6 +6,6 @@
], language: 'c')
run_target('peek-update-linguas',
- command : ['python', '-c',
+ command : ['python3', '-c',
'import os; print(" ".join((f[:-3] for f in sorted(os.listdir(".")) if f.endswith(".po"))), file=open("LINGUAS", "w"))'
])