]> git.saurik.com Git - wxWidgets.git/commitdiff
Change owner and permissions of installed files
authorRobin Dunn <robin@alldunn.com>
Sun, 18 Jan 2004 01:42:51 +0000 (01:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 18 Jan 2004 01:42:51 +0000 (01:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/wxPythonOSX/build

index 38f0779fbb97c9fd8576c56ee30315c4fd645984..99d4a30e96e672c8a5c97961485a9975e0e9d276 100755 (executable)
@@ -238,8 +238,8 @@ if [ -z "$skipinstall" ]; then
 
 
     # TODO for $INSTALLROOT and $INSTALLDEVEL ?
 
 
     # 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
 fi
 
 popd