From 549517c29cef65cbf037ec2917413b5d34c9a063 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 5 Oct 2015 15:47:51 -0300 Subject: [PATCH] Standard posix for tar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 468367e..663783b 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ noosfero_dir=/usr/lib/noosfero dist: clean mkdir $(DISTDIR) - tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) - tar --exclude=.git -caf $(TARBALL) $(DISTDIR) + tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xzf -) + tar --exclude=.git -czf $(TARBALL) $(DISTDIR) clean: $(RM) $(TARBALL) -- libgit2 0.21.2