summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 113b83980..3002028da 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -62,8 +62,6 @@ localcopy: clean
cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile
@make nuke_perl
-dist: tar
-
dist-svn: localcopy
tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)
@@ -72,6 +70,8 @@ dist-git:
@cd ..; git archive --prefix=$(PACKAGE)-$(PKGVERSION)/ HEAD perl-install/{[^i]*,int*} $(OTHERS) kernel/list_modules.pm Makefile.config | xz >$(PACKAGE)-$(PKGVERSION).tar.xz;
@echo "WARNING: this archive is not complete !!! Regenerate it from SVN"
+dist: tar
+
tar:
rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION)
@if [ -e "../.svn" ]; then \