diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-29 17:16:56 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-29 17:16:56 +0000 |
commit | d72ffade4e086fa3eb0f7904a4141dea3ad91705 (patch) | |
tree | bdbc9fce22747c2a19f980b087c2b5f0a3ae3618 /perl-install/Makefile | |
parent | 436a081d985d376060908b1db436a6ad2691d593 (diff) | |
download | drakx-d72ffade4e086fa3eb0f7904a4141dea3ad91705.tar drakx-d72ffade4e086fa3eb0f7904a4141dea3ad91705.tar.gz drakx-d72ffade4e086fa3eb0f7904a4141dea3ad91705.tar.bz2 drakx-d72ffade4e086fa3eb0f7904a4141dea3ad91705.tar.xz drakx-d72ffade4e086fa3eb0f7904a4141dea3ad91705.zip |
*** empty log message ***
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 3265325ce..5584ee23f 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 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 $(STANDALONEPMS) icons *.pm) cd .. ; rm -rf drakxtools $(DIRS): |