diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-19 11:34:41 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-19 11:34:41 +0000 |
commit | 50f721050a1f1b61bb34d69c71e760084f326135 (patch) | |
tree | b9d3969879ddc1cc5eaa11f4b980ef75ca444ed4 | |
parent | a700d026e10c531a61030b6aacfc8b01fd4c9f34 (diff) | |
download | drakx-50f721050a1f1b61bb34d69c71e760084f326135.tar drakx-50f721050a1f1b61bb34d69c71e760084f326135.tar.gz drakx-50f721050a1f1b61bb34d69c71e760084f326135.tar.bz2 drakx-50f721050a1f1b61bb34d69c71e760084f326135.tar.xz drakx-50f721050a1f1b61bb34d69c71e760084f326135.zip |
revert Pablo's breaking po's installation :)
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index deb856d88..3166e9447 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -4,7 +4,7 @@ PMSFILES = $(wildcard $(ALLPMS:%=../../%)) # temporarly don't include those po files # (too low translation percentage) -#POFILES = $(shell ls *.po|grep -v '\(ga.po\|is.po\|sl.po\)') +POFILES = $(shell ls *.po|grep -v '\(ga.po\|is.po\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |