diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 44a613bcc..5bd11ad7c 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -142,6 +142,7 @@ endif for i in ../all.modules/modules.cz*; do cp -f $$i $(DEST)/lib/; done + touch 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 |