aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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