Updated MacPython build scripts for 2.3a2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-04 04:51:10 +00:00
parent 492b18a5a4
commit 30280ee3df
3 changed files with 19 additions and 7 deletions

View File

@@ -58,3 +58,9 @@ for d in lib/python$PYVER/site-packages bin; do
chmod g+w $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/$d
done
# The link in the app bundles needs updated.
for app in BuildApplet IDLE PackageManager PythonIDE; do
ln -s $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python \
$DEST/Applications/MacPython-$PYVER/$app.app/Contents/MacOS
done