aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-11-06 23:41:35 +0159
committerThomas Backlund <tmb@mageia.org>2013-11-06 23:41:35 +0159
commitfdac6677e4e64d0135b25af5426030d98bda34ec (patch)
tree7f0a01fc2e8bfe6184c1ad28e3e698460e19e4b7 /Makefile
parent91bf10416ebcbec6ee5055225fe19f9f73e125a9 (diff)
downloadnet_monitor-fdac6677e4e64d0135b25af5426030d98bda34ec.tar
net_monitor-fdac6677e4e64d0135b25af5426030d98bda34ec.tar.gz
net_monitor-fdac6677e4e64d0135b25af5426030d98bda34ec.tar.bz2
net_monitor-fdac6677e4e64d0135b25af5426030d98bda34ec.tar.xz
net_monitor-fdac6677e4e64d0135b25af5426030d98bda34ec.zip
use xz tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c0a79d..aee8357 100644
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,4 @@ cleandist:
dist: gitdist
gitdist: cleandist
- git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2
+ git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz