diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-23 18:48:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-23 18:48:32 +0000 |
commit | e58875f801fa0703cef9138df2ed456b34462969 (patch) | |
tree | a19cb45c9223771542847b0bb6de18c16ac4f5fb /perl-install/Makefile | |
parent | db1ceba674784dfd8ffaacbff6446e6a6102b448 (diff) | |
download | drakx-backup-do-not-use-e58875f801fa0703cef9138df2ed456b34462969.tar drakx-backup-do-not-use-e58875f801fa0703cef9138df2ed456b34462969.tar.gz drakx-backup-do-not-use-e58875f801fa0703cef9138df2ed456b34462969.tar.bz2 drakx-backup-do-not-use-e58875f801fa0703cef9138df2ed456b34462969.tar.xz drakx-backup-do-not-use-e58875f801fa0703cef9138df2ed456b34462969.zip |
do not use the po's directly. Use mo's through gettext
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 6516cf674..9ce41430e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -16,7 +16,7 @@ tar-drakxtools: clean $(MAKE) -C ../tools clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe tools/serial_probe drakxtools cd ../drakxtools ; perl -pi -e 's/^C_RPM.*/C_RPM=0/; s/^C_DRAKX.*/C_DRAKX=0/' c/Makefile - cd ../drakxtools ; rm -rf install* pkgs.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . + cd ../drakxtools ; rm -rf install* pkgs.pm help.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) icons pixmaps *.pm) cd .. ; rm -rf drakxtools @@ -44,8 +44,6 @@ install_pms: $(DIRS) # perl -pe 's/#-.*//; $$_ = "\n" if (/^=head/ .. /^=cut/) || /use (diagnostics)/' $$i > $(DESTREP4PMS)/$$i; \ cp share/*.rc $(DESTREP4PMS) - install -d $(DESTREP4PMS)/po - cp -f share/po/*.po* $(DESTREP4PMS)/po ||: chmod a+x $(DESTREP4PMS)/install2 chmod a+x $(DESTREP4PMS)/commands chmod a+x $(DESTREP4PMS)/standalone/* @@ -141,6 +139,8 @@ endif for i in ../all.modules/modules.cz*; do cp -f $$i $(DEST)/lib/; done + $(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 # chmod a+x $(DEST)/usr/bin/runinstall2 |