summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/scripts
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-02-12 16:08:14 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-02-12 16:08:14 +0000
commitb453164c84027a6ba2903791cb13948ca5ba50d1 (patch)
treeb4914ab177d2c2657aef36189c7e9d6fcc390c4e /Mac/BuildScript/scripts
parentc6ee71fe4b2b860f9c3dde8ba3332b9625f0bbbc (diff)
downloadcpython-b453164c84027a6ba2903791cb13948ca5ba50d1.tar.gz
Fix for issue5224 ("Update Shell Profile.command" contains wrong Python version on OSX)
Diffstat (limited to 'Mac/BuildScript/scripts')
-rwxr-xr-xMac/BuildScript/scripts/postflight.patch-profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/BuildScript/scripts/postflight.patch-profile b/Mac/BuildScript/scripts/postflight.patch-profile
index 5e82f331cf..4a998c8c3c 100755
--- a/Mac/BuildScript/scripts/postflight.patch-profile
+++ b/Mac/BuildScript/scripts/postflight.patch-profile
@@ -5,8 +5,8 @@ echo "of python is not early enough of the PATH of your shell."
echo "These changes will be effective only in shell windows that you open"
echo "after running this script."
-PYVER=2.5
-PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/Current"
+PYVER=@PYVER@
+PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/@PYVER@"
if [ `id -ur` = 0 ]; then
# Run from the installer, do some trickery to fetch the information