diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:29:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:29:40 +0000 |
commit | e4460915fedc9663e5f5c5ef2129dd45a4ab093e (patch) | |
tree | 68f96f88a6e31301485bfc272265147cc8adc340 /perl-install/Makefile | |
parent | e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1 (diff) | |
download | drakx-backup-do-not-use-e4460915fedc9663e5f5c5ef2129dd45a4ab093e.tar drakx-backup-do-not-use-e4460915fedc9663e5f5c5ef2129dd45a4ab093e.tar.gz drakx-backup-do-not-use-e4460915fedc9663e5f5c5ef2129dd45a4ab093e.tar.bz2 drakx-backup-do-not-use-e4460915fedc9663e5f5c5ef2129dd45a4ab093e.tar.xz drakx-backup-do-not-use-e4460915fedc9663e5f5c5ef2129dd45a4ab093e.zip |
(dist-svn) split it out of (tar)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 5 |
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: |