From 7e5201d17ca4aaa612d76057e0cd7fac458c2dde Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 12 Aug 2001 22:03:05 +0000 Subject: po->mo is no longer gonna be nasty with us --- perl-install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 20fa8f1f0..43b32542a 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -29,7 +29,7 @@ DrakX.pot: $(PMSFILES) rm $(PMSCFILES) perl i18n_compssUsers 2>/dev/null >> $@ -install: $(MOFILES) +install: for l in $(LANGS); do \ install -d $(LOCALEDIR)/$$l/LC_MESSAGES; \ install -m 644 $$l.mo $(LOCALEDIR)/$$l/LC_MESSAGES/$(NAME).mo; \ -- cgit v1.2.1