aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-04-22 14:32:36 +0000
committerJani Välimaa <wally@mageia.org>2012-04-22 14:32:36 +0000
commitb17e791ac60bb41bd2a0b0dc68cda50e406bcc50 (patch)
treeee55e2a901a698881fb9a58bc46cef65bf2d8197 /Makefile
parent7bf6b72a82f550e54d7131c5439eea80c7936c45 (diff)
downloadconfig-b17e791ac60bb41bd2a0b0dc68cda50e406bcc50.tar
config-b17e791ac60bb41bd2a0b0dc68cda50e406bcc50.tar.gz
config-b17e791ac60bb41bd2a0b0dc68cda50e406bcc50.tar.bz2
config-b17e791ac60bb41bd2a0b0dc68cda50e406bcc50.tar.xz
config-b17e791ac60bb41bd2a0b0dc68cda50e406bcc50.zip
switch to use xz compression in release tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed2fb1f..7d798bb 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,7 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
- tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf $(PACKAGE)-$(VERSION).tar
+ tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
dist: cleandist localcopy tar