diff options
author | damien <damien@mandriva.com> | 2001-02-05 13:44:28 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-05 13:44:28 +0000 |
commit | ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802 (patch) | |
tree | 5f915aa69929e37243f79cc317925086371ec19c /perl-install/Makefile | |
parent | 0b37d9643397c1f8cebb7051729ad2380680a81d (diff) | |
download | drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.gz drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.bz2 drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.xz drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.zip |
added wizard.rc handling in Makfiles.
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 488828414..7646ccdfb 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 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 $(STANDALONEPMS) icons *.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 *.pm) cd .. ; rm -rf drakxtools $(DIRS): |