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:
Robin Dunn
2003-02-01 00:59:34 +00:00
parent 15e9b46e14
commit aa0db7fda2
3 changed files with 35 additions and 7 deletions

View File

@@ -2,5 +2,5 @@ Welcome!
This program will install Python 2.3a1 for Mac OS X as a Framework.
Build number: 2
Build date: Sat Jan 25 17:26:30 PST 2003
Build number: 3
Build date: Thu Jan 30 15:34:23 PST 2003

View File

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