summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLudovic Pouzenc <lpouzenc@gmail.com>2013-11-02 20:32:28 +0100
committerLudovic Pouzenc <lpouzenc@gmail.com>2013-11-02 20:32:28 +0100
commitef40bdc69152658ea6660787f4c1e4283f7fed5f (patch)
tree78cbd51aae59410ddc1d1f0117b23e8d5bd960a7 /dist
parentacbb8dff1439b0d05709a93fff356e7f6b829da6 (diff)
downloadeditablesite-ef40bdc69152658ea6660787f4c1e4283f7fed5f.tar.gz
editablesite-ef40bdc69152658ea6660787f4c1e4283f7fed5f.tar.bz2
editablesite-ef40bdc69152658ea6660787f4c1e4283f7fed5f.zip
CSS fix avec des colonnes qui font réellement 50% + changement ergo pour ajout/suppr page/media
Diffstat (limited to 'dist')
-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