summaryrefslogtreecommitdiffstats
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 2e92811d..e9850854 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
- tar cfJ $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
+ tar cfa $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)