summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-06-18 20:13:00 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-06-18 20:13:00 +0000
commit2ca83e6236db682ccf436cd963a1227a43706f35 (patch)
tree77cf39af6248354463273e954b0d932050dcefa1 /perl-install/Makefile
parente2c481ea52344669f8b3b8f366b650c30e5ef8a9 (diff)
downloaddrakx-backup-do-not-use-2ca83e6236db682ccf436cd963a1227a43706f35.tar
drakx-backup-do-not-use-2ca83e6236db682ccf436cd963a1227a43706f35.tar.gz
drakx-backup-do-not-use-2ca83e6236db682ccf436cd963a1227a43706f35.tar.bz2
drakx-backup-do-not-use-2ca83e6236db682ccf436cd963a1227a43706f35.tar.xz
drakx-backup-do-not-use-2ca83e6236db682ccf436cd963a1227a43706f35.zip
added security to the installed directories
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 b49a911d5..0704e3367 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -27,7 +27,7 @@ tar-drakxtools: clean
cd ../drakxtools ; perl -pi -e 's/^C_RPM.*/C_RPM=0/; s/^C_DRAKX.*/C_DRAKX=0/' c/Makefile
cd ../drakxtools ; perl -pi -e 's/^all: help/all:/' share/po/Makefile
cd ../drakxtools ; rm -rf install* pkgs.pm help.pm ftp.pm http.pm crypto.pm t.pm */CVS ; mv Makefile.drakxtools Makefile
- cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt diskdrake c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) standalone/icons pixmaps network standalone/interactive_http rpcinfo-flushed.c *.pm)
+ cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt diskdrake c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) standalone/icons pixmaps network standalone/interactive_http rpcinfo-flushed.c *.pm security)
cd .. ; rm -rf drakxtools
$(DIRS):