diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-11 16:24:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-11 16:24:55 +0000 |
commit | 575a02a1572c6b1c0dadff2f0d54a1c522427b16 (patch) | |
tree | 68b6d03499f9c307a1ea53b3a1eb55a7788c5501 /Makefile | |
parent | dee1ba6f3ff510eeab42e9d1c4352cd21d2d05cb (diff) | |
download | draklive-install-575a02a1572c6b1c0dadff2f0d54a1c522427b16.tar draklive-install-575a02a1572c6b1c0dadff2f0d54a1c522427b16.tar.gz draklive-install-575a02a1572c6b1c0dadff2f0d54a1c522427b16.tar.bz2 draklive-install-575a02a1572c6b1c0dadff2f0d54a1c522427b16.tar.xz draklive-install-575a02a1572c6b1c0dadff2f0d54a1c522427b16.zip |
s/lzma/xz/g
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ dis: clean echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.lzma is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) @@ -30,7 +30,7 @@ dist-svn: rm -rf $(NAME)-$(VERSION) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; check: perl -cw $(NAME) |