summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 06:53:34 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 06:53:34 +0000
commitcb2e3a8cae24030a0736aec9786cfd9213ba2b25 (patch)
tree6024c0dcdbe38e9103e3466a6aa780171c2bca88 /Makefile
parentba35d85c9bb185ffff6ff51c155bc4af7c100cfa (diff)
downloaddrakx-kbd-mouse-x11-cb2e3a8cae24030a0736aec9786cfd9213ba2b25.tar
drakx-kbd-mouse-x11-cb2e3a8cae24030a0736aec9786cfd9213ba2b25.tar.gz
drakx-kbd-mouse-x11-cb2e3a8cae24030a0736aec9786cfd9213ba2b25.tar.bz2
drakx-kbd-mouse-x11-cb2e3a8cae24030a0736aec9786cfd9213ba2b25.tar.xz
drakx-kbd-mouse-x11-cb2e3a8cae24030a0736aec9786cfd9213ba2b25.zip
switch from bzip2 to xz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2a4b92b..d8176ef 100644
--- a/Makefile
+++ b/Makefile
@@ -58,16 +58,16 @@ dist:
echo "Unknown SCM (not SVN nor GIT)";\
exit 1; \
fi;
- $(info $(NAME)-$(VERSION).tar.bz2 is ready)
+ $(info $(NAME)-$(VERSION).tar.xz is ready)
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar jcf ../$(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;