aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2011-01-20 07:39:44 +0000
committerOlivier Blin <blino@mageia.org>2011-01-20 07:39:44 +0000
commiteca53adde4295d44971ee840f503ab502b1d05be (patch)
tree6b95ddc04276e150e8e4deea189d569e16920dd7 /Makefile
parentba6d5b9a971369f92392a182f432bb542a27f374 (diff)
downloadiurt-eca53adde4295d44971ee840f503ab502b1d05be.tar
iurt-eca53adde4295d44971ee840f503ab502b1d05be.tar.gz
iurt-eca53adde4295d44971ee840f503ab502b1d05be.tar.bz2
iurt-eca53adde4295d44971ee840f503ab502b1d05be.tar.xz
iurt-eca53adde4295d44971ee840f503ab502b1d05be.zip
exclude perl_checker local dir and backup files when creating tarball
Diffstat (limited to 'Makefile')
-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