summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-01 18:28:51 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-01 18:28:51 +0000
commit9a6fd818907609c77991a11a597a0068a9e136fc (patch)
tree465bf268b5d735a77ee9d96fe4ac922940d62268 /Makefile
parent4f57c43da16f33b007b4b46c762522e4838ee04e (diff)
downloadmgaonline-9a6fd818907609c77991a11a597a0068a9e136fc.tar
mgaonline-9a6fd818907609c77991a11a597a0068a9e136fc.tar.gz
mgaonline-9a6fd818907609c77991a11a597a0068a9e136fc.tar.bz2
mgaonline-9a6fd818907609c77991a11a597a0068a9e136fc.tar.xz
mgaonline-9a6fd818907609c77991a11a597a0068a9e136fc.zip
(tar) compress using lzma
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71a3c7da..076e2dc3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,7 @@ localcopy: clean
svn export -q -rBASE . $(NAME)-$(VERSION)
tar:
- tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf ../$(PACKAGE)-$(VERSION).tar
+ tar cvfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
# rules to build a distributable rpm