aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50bd6a0..b490d65 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ dist:
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar Jcf ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
+ tar caf ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git: