diff options
author | damien <damien@mandriva.com> | 2001-04-09 00:38:43 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-09 00:38:43 +0000 |
commit | 093eae77863970d038cb8914e23699afff89aa48 (patch) | |
tree | 18ee0ba8ac05e5fa0dd5ce52bb7a122033789d7f /perl-install | |
parent | c9bca6e16d098fc647d9b18ff0956c5927f8a25f (diff) | |
download | drakx-093eae77863970d038cb8914e23699afff89aa48.tar drakx-093eae77863970d038cb8914e23699afff89aa48.tar.gz drakx-093eae77863970d038cb8914e23699afff89aa48.tar.bz2 drakx-093eae77863970d038cb8914e23699afff89aa48.tar.xz drakx-093eae77863970d038cb8914e23699afff89aa48.zip |
removed install_any
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3d7b81ce0..a7f1d7339 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -17,7 +17,6 @@ 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 ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . - cp install_any.pm ../drakxtools 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) --exclude pixmaps/wiz_*.png cd .. ; rm -rf drakxtools |