From 3b3ae7ac53ce7692de2c1297fa2d08358557ae7a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2008 18:46:01 +0000 Subject: (dis) compres with lzma instead of bzip2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4a36373..a1da2953 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ clean: dis: clean rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) changelog: -- cgit v1.2.1