From 196e84d0681f518930ac88faaf5adb2d2b5b7182 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 28 May 2011 18:52:30 +0000 Subject: compress tarball with xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5a89f20..bd5196ce 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ dist: dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfa ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) + tar cfa ../$(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1