diff options
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/build_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/build_all.sh b/dist/build_all.sh index 33b3e36..a50fefd 100755 --- a/dist/build_all.sh +++ b/dist/build_all.sh @@ -73,7 +73,7 @@ echo "Adjusting perms..." ( cd $dstbase/$buildname || exit 1 find -type d -print0 | xargs -0r chmod 775 - find admin/ -type d -print0 | xargs -0r chmod 755 + chmod 755 admin/ admin/locale find -type f -name '*.php' -print0 | xargs -0r chmod 755 find -type f \! -name '*.php' -print0 | xargs -0r chmod 644 find admin/content -type f -print0 | xargs -0r chmod 664 |