diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-18 22:47:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-18 22:47:42 +0000 |
commit | 5c2f01613f0c0245959224c9198433531288c764 (patch) | |
tree | 6853b947fb745e1d39d1ba94285253ef4243fce5 /po/Makefile | |
parent | bb4a4a50c7f9c123e70faddc85bc30438a5dadc1 (diff) | |
download | anaconda-5c2f01613f0c0245959224c9198433531288c764.tar.gz anaconda-5c2f01613f0c0245959224c9198433531288c764.tar.xz anaconda-5c2f01613f0c0245959224c9198433531288c764.zip |
I hate languages with double byte chars
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index aac18d6e2..a58b2cf4e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -4,7 +4,7 @@ INSTALL_DATA= ${INSTALL} -m 644 PREFIX=$(DESTDIR)/ INSTALLNLSDIR=usr/share/locale -MSGMERGE = msgmerge +MSGMERGE = msgmerge -w 9999999 NLSPACKAGE = anaconda |