From fe5d1ff08e89b172e0b0fbfbdd8fa92ed06c8611 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Mar 2008 22:08:11 +0000 Subject: (dis) compress with lzma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fc282a..9f380c6 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install: dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* 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) clean: -- cgit v1.2.1