summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-21 21:14:33 +0000
committerdamien <damien@mandriva.com>2001-08-21 21:14:33 +0000
commit120677bf86afbbc39f1669cf87834b2902d617f9 (patch)
treee66d20475efbe2c525c7156faf052b1fccb976c3 /perl-install/Makefile
parent8fd478fafac01813aa0e4ec376b8242604872f55 (diff)
downloaddrakx-120677bf86afbbc39f1669cf87834b2902d617f9.tar
drakx-120677bf86afbbc39f1669cf87834b2902d617f9.tar.gz
drakx-120677bf86afbbc39f1669cf87834b2902d617f9.tar.bz2
drakx-120677bf86afbbc39f1669cf87834b2902d617f9.tar.xz
drakx-120677bf86afbbc39f1669cf87834b2902d617f9.zip
corrected bad Makefile : rpcinfo-flushed.c comes from tools.
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 2a426a097..6e9978fbd 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -20,7 +20,7 @@ check:
tar-drakxtools: clean
$(MAKE) -C ../tools clean
- cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af rpcinfo-flushed.c tools/ddcprobe tools/serial_probe drakxtools
+ cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/rpcinfo-flushed.c 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 help.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 network interactive_http *.pm)