diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-16 08:24:59 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-16 08:24:59 +0000 |
commit | 2fc9ca296692b3c8b5e83e0a25b930841db94381 (patch) | |
tree | 0fd0d6c9e7614bc1624b8b5d709b40ff157a1ef7 /Makefile | |
parent | 0e30cc7f690d09739759d5048a7bf6794b0f4bde (diff) | |
download | bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.gz bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.bz2 bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.xz bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.zip |
Use generic auto-compress flag to tar
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ dist: dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar Jcf ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) + tar caf ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: |