summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-01 22:15:21 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-01 22:15:21 +0000
commitcf6e5a56e2b4d230e20b21845a78589e547b0e04 (patch)
treec12df4f626b327d81f043e39bb970a8e307133aa
parent780e985c5e06f1b74a2ebecadcab9c16d0204b1d (diff)
downloadmgatools-cf6e5a56e2b4d230e20b21845a78589e547b0e04.tar
mgatools-cf6e5a56e2b4d230e20b21845a78589e547b0e04.tar.gz
mgatools-cf6e5a56e2b4d230e20b21845a78589e547b0e04.tar.bz2
mgatools-cf6e5a56e2b4d230e20b21845a78589e547b0e04.tar.xz
mgatools-cf6e5a56e2b4d230e20b21845a78589e547b0e04.zip
create tar.xz file0.1
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da29f57..48b1fb1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,10 @@ localdist: dist
clean:
-rm -f *~
cleandist: clean
- rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2
+ rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
tar:
- tar cjf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
+ tar cJf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist: cleandist export tar