Commit 6cb3d5aac92e8ae74a7f1cccde0117b6b2e5569a

Authored by Ricardo
1 parent 7fa91882
Exists in master

Fix 'make dist'

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:
... ...