diff options
author | damien <damien@mandriva.com> | 2001-08-03 13:43:48 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-03 13:43:48 +0000 |
commit | 0d9dcd4d3c41abb16c0545f286359b2967a8e1e6 (patch) | |
tree | 37244d3f96213eae7311a126d44e54d14f909257 /perl-install/Makefile | |
parent | 6b77d893e560d4c48b14822b8d4227fd9eeaa5b4 (diff) | |
download | drakx-0d9dcd4d3c41abb16c0545f286359b2967a8e1e6.tar drakx-0d9dcd4d3c41abb16c0545f286359b2967a8e1e6.tar.gz drakx-0d9dcd4d3c41abb16c0545f286359b2967a8e1e6.tar.bz2 drakx-0d9dcd4d3c41abb16c0545f286359b2967a8e1e6.tar.xz drakx-0d9dcd4d3c41abb16c0545f286359b2967a8e1e6.zip |
added network pms
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 9dc6dc2e8..f9355d626 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -17,7 +17,7 @@ tar-drakxtools: 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 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 .. ; 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 *.pm) cd .. ; rm -rf drakxtools $(DIRS): |