From ab2857c493de413f2614e56c4e4dd32b1e670a98 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2012 20:32:29 +0000 Subject: (localcopy) merge it in 'dist-svn' --- perl-install/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index 708c216df..2305e7182 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -53,7 +53,7 @@ install_pms stage2 full_stage2: mo_files : $(MOFILES) # rules to build tarball -localcopy: +dist-svn: mkdir -p $(PACKAGE)-$(PKGVERSION)/tools svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done @@ -61,8 +61,6 @@ localcopy: cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile @make nuke_perl - -dist-svn: localcopy tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) -- cgit v1.2.1