From 3ebfd15048035d83ea25a879da07de706642900d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 18 May 2002 17:30:29 +0000 Subject: [PATCH] Applied patch to adjust ownership and permissions in the installer package. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/_buildPython | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wxPython/distrib/mac/_buildPython b/wxPython/distrib/mac/_buildPython index 16bc2c6641..7dd63cb521 100755 --- a/wxPython/distrib/mac/_buildPython +++ b/wxPython/distrib/mac/_buildPython @@ -126,6 +126,15 @@ for f in Numeric numarray; do done cd $curDir +#----------------------------------- +msg Adjusting ownership and permission + +for d in Applications Library; do + msgdo chown -R root:admin "$dstPath/$temp/$pkgRoot/$d" + msgdo chmod -R g+w "$dstPath/$temp/$pkgRoot/$d" +done +msgdo chown -R root:wheel "$dstPath/$temp/$pkgRoot/usr" + #----------------------------------- msg making installer package msgdo cp -pR "$progDir/resourcesPython" "$dstPath/$temp/"