diff --git a/commands/pm/package_handler/wget.inc b/commands/pm/package_handler/wget.inc index 6c2e5a7..43e302f 100644 --- a/commands/pm/package_handler/wget.inc +++ b/commands/pm/package_handler/wget.inc @@ -46,6 +46,7 @@ function package_handler_install_project($project, $info, $path = '.') { $tarpath = substr($filename, 0, strlen($filename)-3); // Untar drush_shell_exec("tar -xf $tarpath -C \"$path\""); + drush_shell_exec("chown -R nobody:nobody \"$path\""); // We're not using tar -xzf because that's not working on windows... // Remove the tarball