diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-07 19:42:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-07 19:42:58 +0000 |
commit | 6907585cf10bf56cc1d1124a6a909956c31e4139 (patch) | |
tree | 887178b034f92ac14aaa953ab4bafa1f488e52c2 /perl-install/Makefile | |
parent | 99d9dfd2992113e3162d7bc259b301a355738c4b (diff) | |
download | drakx-6907585cf10bf56cc1d1124a6a909956c31e4139.tar drakx-6907585cf10bf56cc1d1124a6a909956c31e4139.tar.gz drakx-6907585cf10bf56cc1d1124a6a909956c31e4139.tar.bz2 drakx-6907585cf10bf56cc1d1124a6a909956c31e4139.tar.xz drakx-6907585cf10bf56cc1d1124a6a909956c31e4139.zip |
add interactive_http
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 9e628f419..5810ebbe1 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 network *.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 interactive_http *.pm) cd .. ; rm -rf drakxtools $(DIRS): |