summaryrefslogtreecommitdiff
blob: 2a37662e8f342e28badb3d6c10001e1cfa10d747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gentoo-bug: https://bugs.gentoo.org/640916
Thanks-to: David Haller <gentoo@dhaller.de>

--- a/po/meson.build	2017-09-04 18:09:52.000000000 +0200
+++ b/po/meson.build	2018-05-15 12:24:42.000000000 +0200
@@ -21,7 +21,7 @@
         'find ' + meson.current_source_dir() +
         ' -type f' +
         ' -iname "*.po"' +
-        ' -printf \'%f\\n\'' +
+        ' -printf \'%f\n\'' +
         ' | grep -oP \'.*(?=[.])\' | sort' +
         ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
     ]