diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-03-02 15:31:03 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-03-02 15:31:03 +0000 |
commit | ae0c2d949e222be62bb0445619ca61aa9499713d (patch) | |
tree | 1f2922152cbcc3b989492eed867bd670d4d226a9 | |
parent | d7b6758d2c7f91762cf2da980aa11d76314256d4 (diff) | |
download | common-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |