From: Robin Dunn Date: Sun, 18 Jan 2004 01:42:51 +0000 (+0000) Subject: Change owner and permissions of installed files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7a72b62e4380d61ebee64976ec80fc9e79fb3e58 Change owner and permissions of installed files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/mac/wxPythonOSX/build b/wxPython/distrib/mac/wxPythonOSX/build index 38f0779fbb..99d4a30e96 100755 --- a/wxPython/distrib/mac/wxPythonOSX/build +++ b/wxPython/distrib/mac/wxPythonOSX/build @@ -238,8 +238,8 @@ if [ -z "$skipinstall" ]; then # TODO for $INSTALLROOT and $INSTALLDEVEL ? - #chown -R root:admin $INSTALLROOT - #chmod -R g+w $INSTALLROOT + chown -R root:admin $INSTALLROOT + chmod -R g+w $INSTALLROOT fi popd