summaryrefslogtreecommitdiff
path: root/dist/build_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist/build_all.sh')
-rwxr-xr-xdist/build_all.sh2
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