Commit 523058ad638eb2610407c7866ac14a9861b5caed
1 parent
b8370d9c
Exists in
master
and in
68 other branches
Fix Makefile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/Makefile
... | ... | @@ -13,7 +13,7 @@ noosfero_dir=/usr/lib/noosfero |
13 | 13 | dist: clean |
14 | 14 | mkdir $(DISTDIR) |
15 | 15 | tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) |
16 | - tar --exclude=.git -hczf $(TARBALL) $(DISTDIR) | |
16 | + tar --exclude=.git -czf $(TARBALL) $(DISTDIR) | |
17 | 17 | |
18 | 18 | clean: |
19 | 19 | $(RM) $(TARBALL) | ... | ... |