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
This commit is contained in:
Robin Dunn 2002-05-18 17:30:29 +00:00
parent 79fa23744b
commit 3ebfd15048

View File

@ -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/"