summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28c7a71..3df7418 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ dist: clean
@find $(TMPDIR)/$(ARCHIVE) -name "*.sh" -exec chmod 755 {} \;
@find $(TMPDIR)/$(ARCHIVE) -type d -exec chmod 755 {} \;
@chown root.root -R $(TMPDIR)/$(ARCHIVE)/*
- @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) $(ARCHIVE)
+ @tar czf $(PACKAGE).tar.gz --exclude=.svn -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.gz