From b0d332f98326cfad41e0dae9b8635615e024ac89 Mon Sep 17 00:00:00 2001 From: Mark Rada Date: Tue, 2 Oct 2012 11:42:10 -0300 Subject: [PATCH] Make installer setup Xcode integration as root Apparently the inherited user was not root. --- misc/release/package_script/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/release/package_script/postinstall b/misc/release/package_script/postinstall index 18e5c6b8b..c392a8862 100755 --- a/misc/release/package_script/postinstall +++ b/misc/release/package_script/postinstall @@ -2,7 +2,7 @@ echo "Running the Xcode integration installer" -/usr/local/bin/macruby_install_xcode_support +sudo /usr/local/bin/macruby_install_xcode_support echo "Xcode integration installer exited with status $?"