qubes-installer-qubes-os/pykickstart/standard-xgettext.patch
Marek Marczykowski-Górecki 60b9d4fb25
pykickstart: build fix in non-devel environemnt
translation-canary/xgettext_werror.sh wrapper isn't part of official
tarball - probably some local developer's script.

QubesOS/qubes-issues#2574
2017-02-14 02:37:50 +01:00

12 lines
383 B
Diff

--- a/po/Makefile.orig 2017-01-09 03:53:34.861000000 +0100
+++ b/po/Makefile 2017-01-09 03:53:46.548000000 +0100
@@ -12,7 +12,7 @@
# PO catalog handling
MSGMERGE = msgmerge -v
-XGETTEXT = ../translation-canary/xgettext_werror.sh --default-domain=$(NLSPACKAGE) \
+XGETTEXT = xgettext --default-domain=$(NLSPACKAGE) \
--add-comments
MSGFMT = msgfmt --statistics --verbose