From a5a6a0af061226a122552d85e29baa23438dfac6 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Apr 2012 20:12:36 +0000 Subject: compress tarball with xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17216fa..5cbbdf2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ dis: clean dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) + tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: -- cgit v1.2.1