Commit 523058ad638eb2610407c7866ac14a9861b5caed
1 parent
b8370d9c
Exists in
design_41_backup
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,7 +13,7 @@ noosfero_dir=/usr/lib/noosfero | ||
13 | dist: clean | 13 | dist: clean |
14 | mkdir $(DISTDIR) | 14 | mkdir $(DISTDIR) |
15 | tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) | 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 | clean: | 18 | clean: |
19 | $(RM) $(TARBALL) | 19 | $(RM) $(TARBALL) |