32b654c733
Remove call to xgettext_werror.sh during build
14 lines
563 B
Diff
14 lines
563 B
Diff
diff -up pykickstart-3.12/po/Makefile.orig pykickstart-3.12/po/Makefile
|
|
--- pykickstart-3.12/po/Makefile.orig 2018-02-19 11:41:09.000000000 -0500
|
|
+++ pykickstart-3.12/po/Makefile 2018-05-22 16:15:46.650917679 -0400
|
|
@@ -12,8 +12,7 @@ INSTALL_NLS_DIR = $(DESTDIR)/`$(PYTHON)
|
|
|
|
# PO catalog handling
|
|
MSGMERGE = msgmerge -v
|
|
-XGETTEXT = ../translation-canary/xgettext_werror.sh --default-domain=$(NLSPACKAGE) \
|
|
- --add-comments
|
|
+XGETTEXT = xgettext --default-domain=$(NLSPACKAGE) --add-comments
|
|
MSGFMT = msgfmt --statistics --verbose
|
|
|
|
# What do we need to do
|