From eca53adde4295d44971ee840f503ab502b1d05be Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 20 Jan 2011 07:39:44 +0000 Subject: exclude perl_checker local dir and backup files when creating tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ed1975..737b199 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ tar: dir localcopy rm -rf $(PACKAGE)-$(VERSION) localcopy: - tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION) + tar c --exclude=.svn --exclude=.perl_checker --exclude='*~' $(FILES) | tar x -C $(PACKAGE)-$(VERSION) localrpm: tar $(RPM) cp -f $(NAME).tar $(RPM)/SOURCES -- cgit v1.2.1