dev-libs/appstream: Fix install issue w/ meson
[gentoo.git] / dev-libs / appstream / files / appstream-0.11.5-fix-meson-po.patch
1 Gentoo-bug: https://bugs.gentoo.org/640916
2 Thanks-to: David Haller <gentoo@dhaller.de>
3
4 --- a/po/meson.build    2017-09-04 18:09:52.000000000 +0200
5 +++ b/po/meson.build    2018-05-15 12:24:42.000000000 +0200
6 @@ -21,7 +21,7 @@
7          'find ' + meson.current_source_dir() +
8          ' -type f' +
9          ' -iname "*.po"' +
10 -        ' -printf \'%f\\n\'' +
11 +        ' -printf \'%f\n\'' +
12          ' | grep -oP \'.*(?=[.])\' | sort' +
13          ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
14      ]