summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-01 15:18:37 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-01 15:18:37 +0200
commitae4f3368d55342316cd52b06a70849c571fadb48 (patch)
tree75d57e0238b92e9515b3a0e094c750ac52bd9bc1
parent4a70370c410fa0dcc10206d725554e29443aee44 (diff)
downloadbootloader-theme-ae4f3368d55342316cd52b06a70849c571fadb48.tar
bootloader-theme-ae4f3368d55342316cd52b06a70849c571fadb48.tar.gz
bootloader-theme-ae4f3368d55342316cd52b06a70849c571fadb48.tar.bz2
bootloader-theme-ae4f3368d55342316cd52b06a70849c571fadb48.tar.xz
bootloader-theme-ae4f3368d55342316cd52b06a70849c571fadb48.zip
switch from lzma to XZ
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)