]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch to adjust ownership and permissions in the installer
authorRobin Dunn <robin@alldunn.com>
Sat, 18 May 2002 17:30:29 +0000 (17:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 18 May 2002 17:30:29 +0000 (17:30 +0000)
package.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/_buildPython

index 16bc2c66417d30d246c81e465d33796ff8970cbe..7dd63cb521a8a70b2c432da2695d042e367f74e0 100755 (executable)
@@ -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/"