diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-26 15:36:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-26 15:36:48 +0000 |
commit | 1d568d7d47c8381c870dd27a6ec4773452793905 (patch) | |
tree | 801cb3caecf3b0f157662dffba2760f98f1b19ab /perl-install | |
parent | e17658a8f6902a04280dc362cc51746f86abd726 (diff) | |
download | drakx-1d568d7d47c8381c870dd27a6ec4773452793905.tar drakx-1d568d7d47c8381c870dd27a6ec4773452793905.tar.gz drakx-1d568d7d47c8381c870dd27a6ec4773452793905.tar.bz2 drakx-1d568d7d47c8381c870dd27a6ec4773452793905.tar.xz drakx-1d568d7d47c8381c870dd27a6ec4773452793905.zip |
remove obsolete change (C_RPM and C_DRAKX are not used in c/stuff anymore)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index b89ebce0a..7327a65df 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -257,7 +257,6 @@ spec_test: @if [[ -z "$(RELEASE)" ]]; then echo "unable to get spec release"; exit 2;fi tar: - cd ../$(PACKAGE)-$(PKGVERSION) && perl -pi -e 's/^C_RPM.*/C_RPM=0/; s/^C_DRAKX.*/C_DRAKX=0/' c/Makefile cd ../$(PACKAGE)-$(PKGVERSION) && perl -pi -e 's/^all: help/all:/' share/po/Makefile cd ../$(PACKAGE)-$(PKGVERSION) && rm -rf install* pkgs.pm help.pm ftp.pm http.pm crypto.pm t.pm debug.log `find -name CVS` cd ../$(PACKAGE)-$(PKGVERSION) && mv -f Makefile.drakxtools Makefile |