From be96838b565e245343d4304956c883def1c09de9 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 1 Oct 2009 16:12:38 +0000 Subject: 1.19, previous release didn't work out as expected use lzma to generate .lzma files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23dc560..e9152b6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 1.18 +VERSION = 1.19 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -30,7 +30,7 @@ dist-svn: rm -rf $(NAME)-$(VERSION) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma; check: perl -cw $(NAME) -- cgit v1.2.1