summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-01 16:12:38 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-01 16:12:38 +0000
commitbe96838b565e245343d4304956c883def1c09de9 (patch)
tree1c0b7e4a09c580919ecb58e7a2e2cd101c717851 /Makefile
parentc18d8bf1bab3d3c10d830bfd7c80584c2e826bc1 (diff)
downloaddraklive-install-be96838b565e245343d4304956c883def1c09de9.tar
draklive-install-be96838b565e245343d4304956c883def1c09de9.tar.gz
draklive-install-be96838b565e245343d4304956c883def1c09de9.tar.bz2
draklive-install-be96838b565e245343d4304956c883def1c09de9.tar.xz
draklive-install-be96838b565e245343d4304956c883def1c09de9.zip
1.19, previous release didn't work out as expected
use lzma to generate .lzma files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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)