diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:29:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:29:37 +0000 |
commit | e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1 (patch) | |
tree | 5842020b3e1ba854dd48e916049f250f43adefbe /perl-install/install/Makefile | |
parent | ef15b8b2d81ac219ce54ad3e1d8ad674bf51f326 (diff) | |
download | drakx-backup-do-not-use-e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1.tar drakx-backup-do-not-use-e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1.tar.gz drakx-backup-do-not-use-e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1.tar.bz2 drakx-backup-do-not-use-e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1.tar.xz drakx-backup-do-not-use-e745f6eb58ccf871a99a8a4b69ef931aa1ca12e1.zip |
(git-dist) warn that tarball will be incomplete
needs checkouting meta-task from packages SVN repo
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 02b65ecfc..f939b5b79 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -26,6 +26,7 @@ dist-svn: dist-git: @cd ../..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD kernel perl-install tools Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz; + @echo WARNING: rpmsrate is MISSING!!! tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) |