]> git.pld-linux.org Git - packages/AppStream.git/blob - AppStream-meson.patch
ca09094628b549c94c4cca6b37c108eba0c3cca4
[packages/AppStream.git] / AppStream-meson.patch
1 meson since version ? converts backslashes to slashes, use other way to get pure filenames
2 --- AppStream-0.11.7/po/meson.build.orig        2017-10-22 19:36:07.000000000 +0200
3 +++ AppStream-0.11.7/po/meson.build     2017-12-23 14:05:05.250748125 +0100
4 @@ -21,7 +21,7 @@
5          'find ' + meson.current_source_dir() +
6          ' -type f' +
7          ' -iname "*.po"' +
8 -        ' -printf \'%f\\n\'' +
9 +        ' -print | sed -e \'s,.*/,,\'' +
10          ' | grep -oP \'.*(?=[.])\' | sort' +
11          ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
12      ]
This page took 0.037786 seconds and 2 git commands to generate.