summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-15 18:13:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-15 18:13:05 +0000
commit6f426634aea574e3126f52ce3741cefeef21878e (patch)
treeac89dd4d73d9bfcecd48f05fed8f050e9fbfa48b /perl-install/Makefile
parent3d4a81091aa6fb1a8eddac301762390620970de5 (diff)
downloaddrakx-6f426634aea574e3126f52ce3741cefeef21878e.tar
drakx-6f426634aea574e3126f52ce3741cefeef21878e.tar.gz
drakx-6f426634aea574e3126f52ce3741cefeef21878e.tar.bz2
drakx-6f426634aea574e3126f52ce3741cefeef21878e.tar.xz
drakx-6f426634aea574e3126f52ce3741cefeef21878e.zip
keep install_messages.pm for finish-install
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 bb9bf599f..5124e60e3 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -171,7 +171,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))