summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38651161..99d491d4 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ localcopy: clean
svn export -q -rBASE . $(NAME)-$(VERSION)
tar:
- tar cfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
+ tar cfa ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
dist: cleandist localcopy tar