From ae4f3368d55342316cd52b06a70849c571fadb48 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 May 2015 15:18:37 +0200 Subject: switch from lzma to XZ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2bfbe16..61353d9 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,6 @@ VERSION = $(UPSTREAM_VERSION).3 dist: rm -rf ../$(NAME)-$(VERSION).tar* - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz $(info $(NAME)-$(VERSION).tar.lzma is ready) -- cgit v1.2.1