summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-27 19:35:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-27 19:35:31 +0000
commit4df4016db20a8c395255a5de24ba2ee3d2a8b9a2 (patch)
treed3f3f39f57cc1d4c3cde4a044272b14424416cd4 /perl-install/Makefile
parent43d400a7092d46d491c3e9cca3f640b82ce57fa9 (diff)
downloaddrakx-backup-do-not-use-4df4016db20a8c395255a5de24ba2ee3d2a8b9a2.tar
drakx-backup-do-not-use-4df4016db20a8c395255a5de24ba2ee3d2a8b9a2.tar.gz
drakx-backup-do-not-use-4df4016db20a8c395255a5de24ba2ee3d2a8b9a2.tar.bz2
drakx-backup-do-not-use-4df4016db20a8c395255a5de24ba2ee3d2a8b9a2.tar.xz
drakx-backup-do-not-use-4df4016db20a8c395255a5de24ba2ee3d2a8b9a2.zip
- adapt to new diskdrake modules
- some cleanup in drakxtools build
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 2dbd3dcfd..2a1039fab 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -24,8 +24,8 @@ tar-drakxtools: clean
cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/rpcinfo-flushed.c 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 ; perl -pi -e 's/^all: help/all:/' share/po/Makefile
- 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 network interactive_http rpcinfo-flushed.c *.pm)
+ cd ../drakxtools ; rm -rf install* pkgs.pm help.pm ftp.pm http.pm crypto.pm t.pm */CVS ; mv Makefile.drakxtools Makefile
+ cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt diskdrake c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) standalone/icons pixmaps network standalone/interactive_http rpcinfo-flushed.c *.pm)
cd .. ; rm -rf drakxtools
$(DIRS):