aboutsummaryrefslogtreecommitdiffstats
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 9a95cac5..c8bdf23c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ dis: clean
svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf
tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
- bzip2 -9f ../$(NAME)-$(VERSION).tar
+ lzma ../$(NAME)-$(VERSION).tar
rm -rf $(NAME)-$(VERSION)
.PHONY: ChangeLog log changelog