From aea61256ca91688c4d1fa5cc068200744617be67 Mon Sep 17 00:00:00 2001 From: Rodrigo Siqueira de Melo Date: Thu, 8 Oct 2015 15:39:04 -0300 Subject: [PATCH] Fix Makefile and update release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6872fc7..3e1d6c0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = noosfero-spb -VERSION = 4.0~rc3 +VERSION = 4.1 DISTDIR = $(PACKAGE)-$(VERSION) TARBALL = $(DISTDIR).tar.gz @@ -12,7 +12,7 @@ noosfero_dir=/usr/lib/noosfero dist: clean mkdir $(DISTDIR) - tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xzf -) + tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) tar --exclude=.git -czf $(TARBALL) $(DISTDIR) clean: -- libgit2 0.21.2