diff options
-rw-r--r-- | perl-install/Makefile | 4 |
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) |