Skip to content

Commit

Permalink
Chmod fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Jul 3, 2015
1 parent e016aa7 commit 53d0d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -48,7 +48,7 @@ $(VENDOR): $(COMPOSER)

$(COMPOSER):
curl -sS https://getcomposer.org/installer | php
$(CHMOD) a+rx-w,u+w $(COMPOSER)
$(CHMOD) u=rwx,go=rx $(COMPOSER)

$(PHPCS): $(VENDOR)

Expand All @@ -60,4 +60,4 @@ test_data:
build:
$(MKDIR) build
$(MKDIR) build/logs
$(CHMOD) a-rwx,u+rwx build
$(CHMOD) u=rwx,go-rwx build

0 comments on commit 53d0d68

Please sign in to comment.