From fdac6677e4e64d0135b25af5426030d98bda34ec Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 6 Nov 2013 23:41:35 +0159 Subject: use xz tarballs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c0a79d..aee8357 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ cleandist: dist: gitdist gitdist: cleandist - git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2 + git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz -- cgit v1.2.1