summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-18 17:27:41 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-18 17:27:41 +0000
commit8cb626452cb2a6124fd2796845a536f3eeec3310 (patch)
tree028a8dc6200a8b686124849794cd58b16cd3170e
parent9f158fc75a81823f98630bb3108fcd04de9b083d (diff)
downloadldetect-8cb626452cb2a6124fd2796845a536f3eeec3310.tar
ldetect-8cb626452cb2a6124fd2796845a536f3eeec3310.tar.gz
ldetect-8cb626452cb2a6124fd2796845a536f3eeec3310.tar.bz2
ldetect-8cb626452cb2a6124fd2796845a536f3eeec3310.tar.xz
ldetect-8cb626452cb2a6124fd2796845a536f3eeec3310.zip
switch from bzip2 to xz for compressing tarballs
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78416f2..bd94054 100644
--- a/Makefile
+++ b/Makefile
@@ -75,11 +75,11 @@ tar:
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
+ tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bz2;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
log: