summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: