More tweaks for the MacPython distribution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,8 +49,10 @@ $TOOLDIR/python -Wi -tt -O \
|
||||
-x badsyntax $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER
|
||||
|
||||
|
||||
# Make the site-packages dir writable by the admin. Should anything else
|
||||
# be writable too?
|
||||
# Make the site-packages and other dirs writable by the admin.
|
||||
|
||||
for d in lib/python$PYVER/site-packages bin; do
|
||||
chgrp admin $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/$d
|
||||
chmod g+w $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/$d
|
||||
done
|
||||
|
||||
chgrp admin $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages
|
||||
chmod g+w $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages
|
||||
|
Reference in New Issue
Block a user