aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-03-02 15:31:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-03-02 15:31:03 +0000
commitae0c2d949e222be62bb0445619ca61aa9499713d (patch)
tree1f2922152cbcc3b989492eed867bd670d4d226a9 /Makefile
parentd7b6758d2c7f91762cf2da980aa11d76314256d4 (diff)
downloadcommon-data-ae0c2d949e222be62bb0445619ca61aa9499713d.tar
common-data-ae0c2d949e222be62bb0445619ca61aa9499713d.tar.gz
common-data-ae0c2d949e222be62bb0445619ca61aa9499713d.tar.bz2
common-data-ae0c2d949e222be62bb0445619ca61aa9499713d.tar.xz
common-data-ae0c2d949e222be62bb0445619ca61aa9499713d.zip
Makefile: compress tarball with xz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1f467f..1e381d4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ dist: menus checktag clean changelog
$(info $(NAME)-$(VERSION).tar.bz2 is ready)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -9 -c >../$(NAME)-$(VERSION).tar.bz2;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)