diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-18 14:59:58 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-18 14:59:58 +0000 |
commit | 3c8591b609d957eafa29f003b3cf8deff17d5e05 (patch) | |
tree | ed5f1b191bb71d00181dcf7ce4f3168d7441fa3d /Makefile | |
parent | fe41c886df018e558bd6c0303923c999bf1b0534 (diff) | |
download | draklive-3c8591b609d957eafa29f003b3cf8deff17d5e05.tar draklive-3c8591b609d957eafa29f003b3cf8deff17d5e05.tar.gz draklive-3c8591b609d957eafa29f003b3cf8deff17d5e05.tar.bz2 draklive-3c8591b609d957eafa29f003b3cf8deff17d5e05.tar.xz draklive-3c8591b609d957eafa29f003b3cf8deff17d5e05.zip |
more s/lzma/xz changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,12 +18,12 @@ dis: clean echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.lzma is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfY ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) + tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: |