mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
11 lines
377 B
Diff
11 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"))'
|
|
])
|
|
|