Commit c9042dcbf1d7b6cc3a6f89ae4e81aa6e31cad397
Committed by
Luciano Prestes
1 parent
a17c03a0
Exists in
master
and in
51 other branches
Removing mac flag
Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/Makefile
| ... | ... | @@ -11,7 +11,7 @@ colab_dir=/usr/lib/colab |
| 11 | 11 | |
| 12 | 12 | dist: clean |
| 13 | 13 | mkdir -p $(DISTDIR)/$(PACKAGE_NAME) |
| 14 | - tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR)/$(PACKAGE_NAME) && tar xzf -) | |
| 14 | + tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR)/$(PACKAGE_NAME) && tar xf -) | |
| 15 | 15 | cd $(DISTDIR) && tar -czf $(TARBALL) $(PACKAGE_NAME) |
| 16 | 16 | rm -r $(DISTDIR)/$(PACKAGE_NAME) |
| 17 | 17 | clean: | ... | ... |