Skip to content
Snippets Groups Projects
Commit c72b86ad authored by Steve Purcell's avatar Steve Purcell
Browse files

Better use of chmod before building gem

parent 5ede9635
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment