From 98c0f2a87a8c49b21de39b309785362e0a7129ae Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 15 Jan 2010 01:42:23 +0100 Subject: [PATCH] chmod, even if not chgrp'ing. --- framework/bin/install_dev | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/bin/install_dev b/framework/bin/install_dev index a467a28ac..9610a6a64 100755 --- a/framework/bin/install_dev +++ b/framework/bin/install_dev @@ -65,13 +65,13 @@ while ($it->valid()) { $it->next(); } +if ($debug) { + print "\nCHGRP/CHMOD static directory\n"; +} if (!empty($static_group)) { - if ($debug) { - print "\nCHGRP/CHMOD static directory\n"; - } chgrp($web_dir . '/static', $static_group); - chmod($web_dir . '/static', $static_mode); } +chmod($web_dir . '/static', $static_mode); print "\nLINKING framework\n"; mkdir($web_dir . '/libs'); -- 2.11.0