mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 18:31:50 +01:00
12 lines
377 B
Diff
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"))'
|
|
])
|
|
|