summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-21 22:29:46 +0000
committerdamien <damien@mandriva.com>2001-08-21 22:29:46 +0000
commit7ddf9f2f030df8ae81382764e687a7a60658d6c8 (patch)
tree2321678eddb81d26e3f125bcbef76a6e05a29368 /perl-install/Makefile
parent6dc518523a9fcd2603ed2022e77bf3d2d7ca6271 (diff)
downloaddrakx-backup-do-not-use-7ddf9f2f030df8ae81382764e687a7a60658d6c8.tar
drakx-backup-do-not-use-7ddf9f2f030df8ae81382764e687a7a60658d6c8.tar.gz
drakx-backup-do-not-use-7ddf9f2f030df8ae81382764e687a7a60658d6c8.tar.bz2
drakx-backup-do-not-use-7ddf9f2f030df8ae81382764e687a7a60658d6c8.tar.xz
drakx-backup-do-not-use-7ddf9f2f030df8ae81382764e687a7a60658d6c8.zip
added rpcinfo to the tar
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 6e9978fbd..b541855df 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -23,7 +23,7 @@ tar-drakxtools: clean
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)
+ 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 rpcinfo-flushed.c *.pm)
cd .. ; rm -rf drakxtools
$(DIRS):