diff options
author | damien <damien@mandriva.com> | 2001-04-06 04:06:53 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-06 04:06:53 +0000 |
commit | ef9a90a2d0681a669dbf166077bfc3ece445029b (patch) | |
tree | 056c8f81676dd0e6ce7194d513500769c8be651f /perl-install | |
parent | 4ea755db41d309e9fbc1449f9f6d5874d10649c9 (diff) | |
download | drakx-ef9a90a2d0681a669dbf166077bfc3ece445029b.tar drakx-ef9a90a2d0681a669dbf166077bfc3ece445029b.tar.gz drakx-ef9a90a2d0681a669dbf166077bfc3ece445029b.tar.bz2 drakx-ef9a90a2d0681a669dbf166077bfc3ece445029b.tar.xz drakx-ef9a90a2d0681a669dbf166077bfc3ece445029b.zip |
iCorrected missing file install_any.pm. pixel sux.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index a7f1d7339..3d7b81ce0 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -17,6 +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 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 |