aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:40:54 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:40:54 +0100
commit80ae05e3113f952f780128f3386bff50a1d16c37 (patch)
treef94c2df75b6a68e7b171c7ddbb7a62b48eca8de7
parentfc22cd07e84dea379b0af52f3d9e5b277686fd3a (diff)
downloadmsec-1.0.tar
msec-1.0.tar.gz
msec-1.0.tar.bz2
msec-1.0.tar.xz
msec-1.0.zip
switch to xz1.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b54e54..540c247 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ install: all
$(MAKE) -C po $@
dist:
- git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2
+ git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz
changelog:
svn up