diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-12 22:03:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-12 22:03:05 +0000 |
commit | 7e5201d17ca4aaa612d76057e0cd7fac458c2dde (patch) | |
tree | dd2d240af67bcfa5413517418eb81724182bcbdf /perl-install/share/po/Makefile | |
parent | 5e0029e71c6dccc26bc42132f7f689c71e696aa7 (diff) | |
download | drakx-backup-do-not-use-7e5201d17ca4aaa612d76057e0cd7fac458c2dde.tar drakx-backup-do-not-use-7e5201d17ca4aaa612d76057e0cd7fac458c2dde.tar.gz drakx-backup-do-not-use-7e5201d17ca4aaa612d76057e0cd7fac458c2dde.tar.bz2 drakx-backup-do-not-use-7e5201d17ca4aaa612d76057e0cd7fac458c2dde.tar.xz drakx-backup-do-not-use-7e5201d17ca4aaa612d76057e0cd7fac458c2dde.zip |
po->mo is no longer gonna be nasty with us
Diffstat (limited to 'perl-install/share/po/Makefile')
-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 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; \ |