summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71a3c7da..076e2dc3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,7 @@ localcopy: clean
svn export -q -rBASE . $(NAME)-$(VERSION)
tar:
- tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf ../$(PACKAGE)-$(VERSION).tar
+ tar cvfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
# rules to build a distributable rpm