summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-12 15:13:04 +0000
committerdamien <damien@mandriva.com>2001-03-12 15:13:04 +0000
commitece757a4920eb93a5eef727f710094c65b767118 (patch)
tree3f1d70419a35bd0cff735dac10f4ea3e1c89f712 /perl-install/Makefile
parent142a481c23cddec1628cd9910bfe2951ca9a6899 (diff)
downloaddrakx-ece757a4920eb93a5eef727f710094c65b767118.tar
drakx-ece757a4920eb93a5eef727f710094c65b767118.tar.gz
drakx-ece757a4920eb93a5eef727f710094c65b767118.tar.bz2
drakx-ece757a4920eb93a5eef727f710094c65b767118.tar.xz
drakx-ece757a4920eb93a5eef727f710094c65b767118.zip
removed wizard pixmap from install
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 543be82ef..5a78b9ac9 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -17,7 +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/* .
- 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)
+ 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_default_left.png --exclude pixmaps/wiz_default_up.png
cd .. ; rm -rf drakxtools
$(DIRS):