From fdf9ead35fce6200566f249def886cb7b6d2a76a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 4 Mar 2012 20:06:31 +0000 Subject: (dist-git) add a warning about tarballs from SVN vs from GIT (mga#4783) --- perl-install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index 7c271829f..2000d5cd0 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -70,6 +70,7 @@ dist-svn: localcopy 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" tar: rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) -- cgit v1.2.1