Fix build script directory permissions

pull/9/head v0.1.0-beta
Toby Zerner 2015-08-27 22:07:21 +09:30
parent 9eb8c632bb
commit f667d9f22c
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ done
# Finally, create the release archive
cd ${release}
chmod -R 0644 *
find . -type d -exec chmod 0750 {} +
find . -type f -exec chmod 0644 {} +
chmod 0775 .
chmod -R 0775 assets flarum/storage
zip -r release.zip ./