diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 20:58:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 20:58:41 +0000 |
commit | 10c54b8c2b4628bd791f5616c5d5713acc0bb85a (patch) | |
tree | 9bf6f64add07c050e1c178431d6fc838ad18e28e /perl-install/Makefile | |
parent | 60fb6f69a934ce70e001a134f62d22fa943ff008 (diff) | |
download | drakx-10c54b8c2b4628bd791f5616c5d5713acc0bb85a.tar drakx-10c54b8c2b4628bd791f5616c5d5713acc0bb85a.tar.gz drakx-10c54b8c2b4628bd791f5616c5d5713acc0bb85a.tar.bz2 drakx-10c54b8c2b4628bd791f5616c5d5713acc0bb85a.tar.xz drakx-10c54b8c2b4628bd791f5616c5d5713acc0bb85a.zip |
better po skipping
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index f9355d626..9e628f419 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -139,7 +139,7 @@ endif for i in ../all.modules/modules.cz*; do cp -f $$i $(DEST)/lib/; done - touch share/po/*.po + touch share/po/DrakX.pot share/po/*.po $(MAKE) -C share/po install NAME=libDrakX LOCALEDIR=$(DEST)/usr/share/locale_special # echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2 |