summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-21 20:43:27 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-21 20:43:27 +0000
commitbcf80cdb2b77544cda93d8d2711f5723677bc763 (patch)
tree80ef1b8baeae7799083328409af9f762b9e7f3b2 /Makefile
parent1e04501c84a399b887189f8f87225f4529e40522 (diff)
downloadmgaonline-bcf80cdb2b77544cda93d8d2711f5723677bc763.tar
mgaonline-bcf80cdb2b77544cda93d8d2711f5723677bc763.tar.gz
mgaonline-bcf80cdb2b77544cda93d8d2711f5723677bc763.tar.bz2
mgaonline-bcf80cdb2b77544cda93d8d2711f5723677bc763.tar.xz
mgaonline-bcf80cdb2b77544cda93d8d2711f5723677bc763.zip
(dist-git) switch from lzma to xz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 320e9bd6..fbb54606 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ dist:
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:
rm -rf $(NAME)-$(VERSION)
@@ -86,7 +86,7 @@ dist-svn:
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
log:changelog