diff --git a/Makefile b/Makefile index 77b570fabd95899948cf56cbe85a430639eb02fa..67b6aaf6c3a0fb15ebaef780aaa570d9de096ec9 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ test: gem: # Ensure perms are correct - find . -type d -not -path "./.git/*" -exec chmod a+rx '{}' ';' - find . -type f -not -path "./.git/*" -exec chmod a+r '{}' ';' - chmod a+x bin/sqlint + chmod +x bin/sqlint + chmod -R a+r * + chmod -R a+X * gem build sqlint.gemspec .PHONY: gem test