summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/scripts/postflight.patch-profile
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-03-04 21:07:19 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-03-04 21:07:19 +0000
commit799868e8a7051c0ea22eaee1cfb0a7005de3b897 (patch)
treeb581061bbda38bfb80d97c584641187512cf69cb /Mac/BuildScript/scripts/postflight.patch-profile
parentd5ad6da03be91167405998d4c5555df6dd7f5299 (diff)
downloadcpython-git-799868e8a7051c0ea22eaee1cfb0a7005de3b897.tar.gz
Fix issue 5224.
Diffstat (limited to 'Mac/BuildScript/scripts/postflight.patch-profile')
-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 d03e4d04f0..aa5e93c683 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.7
-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