aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-04-16 08:24:59 +0000
committerColin Guthrie <colin@mageia.org>2012-04-16 08:24:59 +0000
commit2fc9ca296692b3c8b5e83e0a25b930841db94381 (patch)
tree0fd0d6c9e7614bc1624b8b5d709b40ff157a1ef7
parent0e30cc7f690d09739759d5048a7bf6794b0f4bde (diff)
downloadbootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar
bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.gz
bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.bz2
bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.tar.xz
bootsplash-2fc9ca296692b3c8b5e83e0a25b930841db94381.zip
Use generic auto-compress flag to tar
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50bd6a0..b490d65 100644
--- a/Makefile
+++ b/Makefile
@@ -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: