diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-23 13:06:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-23 13:06:35 +0000 |
commit | 1c62bb7e90a64f75803edb21f7dc074c870f17d4 (patch) | |
tree | 8d049053f4bafaaa4c321f008927182df8787b07 /perl-install | |
parent | 54052b5bbce88566da97769138c97b397204c1d6 (diff) | |
download | drakx-1c62bb7e90a64f75803edb21f7dc074c870f17d4.tar drakx-1c62bb7e90a64f75803edb21f7dc074c870f17d4.tar.gz drakx-1c62bb7e90a64f75803edb21f7dc074c870f17d4.tar.bz2 drakx-1c62bb7e90a64f75803edb21f7dc074c870f17d4.tar.xz drakx-1c62bb7e90a64f75803edb21f7dc074c870f17d4.zip |
(tar-drakxtools): C_RPM and C_DRAKX set to 0
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 9fc6cbed9..900995104 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -15,6 +15,7 @@ clean: 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 ; 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 *.pm) cd .. ; rm -rf drakxtools |