diff options
author | damien <damien@mandriva.com> | 2000-09-28 14:47:50 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-09-28 14:47:50 +0000 |
commit | bf8e10a202230c6be1232eb9126ad8159d7eef1c (patch) | |
tree | a7d9af47b35c72e665e4eb83c9588a9a36ee83b5 /perl-install/Makefile | |
parent | 19d7f97b4297fefe06b2fd0bfec835369275d945 (diff) | |
download | drakx-bf8e10a202230c6be1232eb9126ad8159d7eef1c.tar drakx-bf8e10a202230c6be1232eb9126ad8159d7eef1c.tar.gz drakx-bf8e10a202230c6be1232eb9126ad8159d7eef1c.tar.bz2 drakx-bf8e10a202230c6be1232eb9126ad8159d7eef1c.tar.xz drakx-bf8e10a202230c6be1232eb9126ad8159d7eef1c.zip |
updated
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 bb27b54f4..682b828f0 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -16,7 +16,7 @@ tar-drakxtools: clean $(MAKE) -C ../tools clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe tools/serial_probe drakxtools cd ../drakxtools ; rm -rf install* pkgs.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . - cd .. ; tar cfI drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config share/MonitorsDB share/Cards+ share/CardsNames Newt c ddcprobe serial_probe share/po pci_probing sbus_probing resize_fat share/diskdrake.rc share/draknet.rc share/isdndb.net share/adsldb.net $(STANDALONEPMS) icons *.pm) + cd .. ; tar cfI drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config share/MonitorsDB share/Cards+ share/CardsNames Newt c ddcprobe serial_probe share/po pci_probing sbus_probing resize_fat share/diskdrake.rc share/isdndb.net share/adsldb.net $(STANDALONEPMS) icons *.pm) cd .. ; rm -rf drakxtools $(DIRS): |