From 2fc9ca296692b3c8b5e83e0a25b930841db94381 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 Apr 2012 08:24:59 +0000 Subject: Use generic auto-compress flag to tar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.1