diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-06 23:41:35 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-06 23:41:35 +0159 |
commit | fdac6677e4e64d0135b25af5426030d98bda34ec (patch) | |
tree | 7f0a01fc2e8bfe6184c1ad28e3e698460e19e4b7 | |
parent | 91bf10416ebcbec6ee5055225fe19f9f73e125a9 (diff) | |
download | net_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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |