summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-11-03 13:56:52 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-11-03 13:56:52 +0000
commit6f34ba8962d832745701bc3955bd5986d58261fd (patch)
tree1777d02d9a9c7efc60dcc34bda163c89d8bcee2a /Makefile
parentf0dafe4a9faac3233a5b17b1156df4d7a19990c1 (diff)
downloaddrakiso-6f34ba8962d832745701bc3955bd5986d58261fd.tar
drakiso-6f34ba8962d832745701bc3955bd5986d58261fd.tar.gz
drakiso-6f34ba8962d832745701bc3955bd5986d58261fd.tar.bz2
drakiso-6f34ba8962d832745701bc3955bd5986d58261fd.tar.xz
drakiso-6f34ba8962d832745701bc3955bd5986d58261fd.zip
use .xz extension for tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f3dc76b..9693d07 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,11 @@ dis: clean
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
+ tar cfY ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.lzma;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
.PHONY: ChangeLog log changelog