From dcfc7f192ace9b4f8b8d98cbb3ccdccc05ee59ca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Jan 2008 17:34:07 +0000 Subject: (dis) compress with lzma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1