From 523058ad638eb2610407c7866ac14a9861b5caed Mon Sep 17 00:00:00 2001 From: rodrigosiqueira Date: Mon, 26 Oct 2015 16:47:29 -0200 Subject: [PATCH] Fix Makefile --- src/noosfero-spb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noosfero-spb/Makefile b/src/noosfero-spb/Makefile index 71bbddf..396d399 100644 --- a/src/noosfero-spb/Makefile +++ b/src/noosfero-spb/Makefile @@ -13,7 +13,7 @@ noosfero_dir=/usr/lib/noosfero dist: clean mkdir $(DISTDIR) tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) - tar --exclude=.git -hczf $(TARBALL) $(DISTDIR) + tar --exclude=.git -czf $(TARBALL) $(DISTDIR) clean: $(RM) $(TARBALL) -- libgit2 0.21.2