From 80ae05e3113f952f780128f3386bff50a1d16c37 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 9 Feb 2014 19:40:54 +0100 Subject: switch to xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b54e54..540c247 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ install: all $(MAKE) -C po $@ dist: - git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2 + git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz changelog: svn up -- cgit v1.2.1