diff options
author | damien <damien@mandriva.com> | 2000-08-27 19:55:17 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-08-27 19:55:17 +0000 |
commit | 9dccfea5797afdd9743ed659a59e56ddc1f5d5e6 (patch) | |
tree | 8400a22131f761236f67f824133bf26bccabb254 /perl-install/Makefile | |
parent | 0ebc124e11ca39f29ed55d2824491c7211c82b3e (diff) | |
download | drakx-9dccfea5797afdd9743ed659a59e56ddc1f5d5e6.tar drakx-9dccfea5797afdd9743ed659a59e56ddc1f5d5e6.tar.gz drakx-9dccfea5797afdd9743ed659a59e56ddc1f5d5e6.tar.bz2 drakx-9dccfea5797afdd9743ed659a59e56ddc1f5d5e6.tar.xz drakx-9dccfea5797afdd9743ed659a59e56ddc1f5d5e6.zip |
added isdn isp database
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 98214ccdd..c894166e2 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 cfy 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 $(STANDALONEPMS) icons *.pm) + cd .. ; tar cfy 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 $(STANDALONEPMS) icons *.pm) cd .. ; rm -rf drakxtools $(DIRS): |