summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-25 18:29:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-25 18:29:40 +0000
commita48342a0a918bc292ac7f1c6a77353e2dd762e63 (patch)
tree68f96f88a6e31301485bfc272265147cc8adc340 /perl-install/Makefile
parentbf639b2a8df9288b58b8bf8c7c3cf54cd40bcce6 (diff)
downloaddrakx-a48342a0a918bc292ac7f1c6a77353e2dd762e63.tar
drakx-a48342a0a918bc292ac7f1c6a77353e2dd762e63.tar.gz
drakx-a48342a0a918bc292ac7f1c6a77353e2dd762e63.tar.bz2
drakx-a48342a0a918bc292ac7f1c6a77353e2dd762e63.tar.xz
drakx-a48342a0a918bc292ac7f1c6a77353e2dd762e63.zip
(dist-svn) split it out of (tar)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index cd393675a..6ea394882 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -64,10 +64,13 @@ localcopy: clean
localdist: tar
-tar: localcopy
+dist-svn: localcopy
tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)
+tar:
+ @make dist-svn
+
# rules to build a distributable rpm
nuke_perl: