aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFunda Wang <fwang@mageia.org>2011-12-15 02:11:19 +0000
committerFunda Wang <fwang@mageia.org>2011-12-15 02:11:19 +0000
commitdc09fe78e5d1b249507088472aca89b1dc77d67a (patch)
tree69cdf67bba654abb2a3c22bf40320314d4119a48 /Makefile
parent0433a75c8e0c3bcc3327e0d0b55964c256049ca1 (diff)
downloadcommon-data-dc09fe78e5d1b249507088472aca89b1dc77d67a.tar
common-data-dc09fe78e5d1b249507088472aca89b1dc77d67a.tar.gz
common-data-dc09fe78e5d1b249507088472aca89b1dc77d67a.tar.bz2
common-data-dc09fe78e5d1b249507088472aca89b1dc77d67a.tar.xz
common-data-dc09fe78e5d1b249507088472aca89b1dc77d67a.zip
use xz to compress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52a69b2..f31dc7d 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ dist-git:
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
+ tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
tag: checktag