From: Jan Schneider Date: Fri, 15 Jan 2010 00:42:23 +0000 (+0100) Subject: chmod, even if not chgrp'ing. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=98c0f2a87a8c49b21de39b309785362e0a7129ae;p=horde.git chmod, even if not chgrp'ing. --- 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');