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

@@ -1,6 +1,6 @@
Welcome!
This program will install Python 2.3a1 for Mac OS X as a Framework.
This program will install Python 2.3a2 for Mac OS X as a Framework.
Build number: 3
Build date: Thu Jan 30 15:34:23 PST 2003
Build number: 2
Build date: Mon Mar 3 19:02:54 PST 2003

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