You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/appstream/files/appstream-0.11.5-fix-meson-...

15 lines
501 B

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')
]