From c9042dcbf1d7b6cc3a6f89ae4e81aa6e31cad397 Mon Sep 17 00:00:00 2001 From: Lucas Severo Date: Tue, 15 Dec 2015 15:22:31 -0200 Subject: [PATCH] Removing mac flag --- src/colab-spb-theme-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab-spb-theme-plugin/Makefile b/src/colab-spb-theme-plugin/Makefile index aa4fdb7..5943712 100644 --- a/src/colab-spb-theme-plugin/Makefile +++ b/src/colab-spb-theme-plugin/Makefile @@ -11,7 +11,7 @@ colab_dir=/usr/lib/colab dist: clean mkdir -p $(DISTDIR)/$(PACKAGE_NAME) - tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR)/$(PACKAGE_NAME) && tar xzf -) + tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR)/$(PACKAGE_NAME) && tar xf -) cd $(DISTDIR) && tar -czf $(TARBALL) $(PACKAGE_NAME) rm -r $(DISTDIR)/$(PACKAGE_NAME) clean: -- libgit2 0.21.2