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