summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f9396fd..75aa9cf2 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
- tar cvfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
+ tar cfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)