summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-12-27 16:31:53 +0000
committerOlivier Blin <oblin@mandriva.org>2005-12-27 16:31:53 +0000
commitf89f76dcfee06942cd3cf09665b693355c53bc6a (patch)
tree7d8253865b1cea7622863322186264865c4deb13 /perl-install
parent07f0da40e08b7d3f5d143513a7b924e415af5a51 (diff)
downloaddrakx-backup-do-not-use-f89f76dcfee06942cd3cf09665b693355c53bc6a.tar
drakx-backup-do-not-use-f89f76dcfee06942cd3cf09665b693355c53bc6a.tar.gz
drakx-backup-do-not-use-f89f76dcfee06942cd3cf09665b693355c53bc6a.tar.bz2
drakx-backup-do-not-use-f89f76dcfee06942cd3cf09665b693355c53bc6a.tar.xz
drakx-backup-do-not-use-f89f76dcfee06942cd3cf09665b693355c53bc6a.zip
keep install_messages.pm for finish-install (i.e. don't break finish-install in 2006.0)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index e16850d8b..4a88939d3 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -173,7 +173,7 @@ spec_test:
tar:
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) && rm -rf install2.pm install_[^m]* 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
cd ../$(PACKAGE)-$(PKGVERSION) && rm -f list_modules.pm && cp -f ../kernel/list_modules.pm .
cd ..; tar cfj $(PACKAGE)-$(PKGVERSION).tar.bz2 $(patsubst %,$(PACKAGE)-$(PKGVERSION)/%,$(DISTFILES))