summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ca052a..280497f 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ release:
) > reltmp/$(RELDIR)/manifest; \
echo "-DVERSION=\"$(VERSION)\"" > reltmp/$(RELDIR)/version; \
fi
- tar chzvCf reltmp - $(RELDIR) > $(RELDIR).tar.gz
+ tar chzvoCf reltmp - $(RELDIR) > $(RELDIR).tar.gz
rm -rf reltmp
else