summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-11-12 12:01:40 -0500
committerSimo Sorce <ssorce@redhat.com>2010-11-15 11:46:42 -0500
commitedf0f9b90188b0f55ce4a26351b7c356a7ae7086 (patch)
tree5ae9979f930465b5d9d42a727083f00af25ffb42 /install
parentdbd823c8d874fc54a3ad8a7061a784a39cea2488 (diff)
downloadfreeipa-edf0f9b90188b0f55ce4a26351b7c356a7ae7086.tar.gz
freeipa-edf0f9b90188b0f55ce4a26351b7c356a7ae7086.tar.xz
freeipa-edf0f9b90188b0f55ce4a26351b7c356a7ae7086.zip
Fix test.po errors in make test
Fixes: https://fedorahosted.org/freeipa/ticket/401
Diffstat (limited to 'install')
-rw-r--r--install/po/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/po/Makefile.in b/install/po/Makefile.in
index 1be7525a3..11d84a73c 100644
--- a/install/po/Makefile.in
+++ b/install/po/Makefile.in
@@ -182,6 +182,7 @@ test_lang:
rm -rf test.po test_locale
$(MSGINIT) --no-translator -i $(DOMAIN).pot -l en_US -o test.po
$(SED) -i -r -e 's/^msgstr[ \t]+"(.*)"[ \t]*$$/msgstr "\xe2\x86\x92\1\xe2\x86\x90"/' test.po
+ $(SED) -i -r -e 's/^msgstr[ \t]+"(.*)(\\n)(.)"[ \t]*$$/msgstr "\1\xe2\x86\x90\2"/' test.po
$(MKDIR_P) test_locale/en_US/LC_MESSAGES
$(MSGFMT) -o test_locale/en_US/LC_MESSAGES/ipa.mo test.po