summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-20 20:32:29 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-20 20:32:29 +0000
commitab2857c493de413f2614e56c4e4dd32b1e670a98 (patch)
treea90143f162435801d60568fd8ae6a35dd56fa95d /perl-install/Makefile
parent5305a6a0a49c94f2ce91fce972a1263fd3a0a1c3 (diff)
downloaddrakx-ab2857c493de413f2614e56c4e4dd32b1e670a98.tar
drakx-ab2857c493de413f2614e56c4e4dd32b1e670a98.tar.gz
drakx-ab2857c493de413f2614e56c4e4dd32b1e670a98.tar.bz2
drakx-ab2857c493de413f2614e56c4e4dd32b1e670a98.tar.xz
drakx-ab2857c493de413f2614e56c4e4dd32b1e670a98.zip
(localcopy) merge it in 'dist-svn'
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 1 insertions, 3 deletions
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)