summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-14 11:45:16 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-14 11:45:16 +0000
commit67512a47b400864a62d0c4cce91fd812925b82d1 (patch)
tree8053d94ff080127c0b473996bdd2443299c6bd2f /Makefile
parente8228e122fd110bb54b62406a7e7422583867572 (diff)
downloadcontrol-center-67512a47b400864a62d0c4cce91fd812925b82d1.tar
control-center-67512a47b400864a62d0c4cce91fd812925b82d1.tar.gz
control-center-67512a47b400864a62d0c4cce91fd812925b82d1.tar.bz2
control-center-67512a47b400864a62d0c4cce91fd812925b82d1.tar.xz
control-center-67512a47b400864a62d0c4cce91fd812925b82d1.zip
(tar) compress with lzma
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8ea665f..90bcb11e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name '*.pl' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
- tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
+ tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
changelog: