nad0005-26 OS X installer: "Update Shell Profile" script is not updated APPLIES 2.6 NOTE Patch is in two parts: patch-nad0005.txt py3k, 3.0, trunk, 2.6 and one of: patch-nad0005-py3k-30.txt py3k, 3.0 patch-nad0005-trunk.txt trunk patch-nad0005-26.txt (this file) 2.6 diff -r 4187d27cd793 Mac/BuildScript/scripts/postflight.patch-profile --- Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:49:36 2009 -0800 +++ Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:54:23 2009 -0800 @@ -5,8 +5,8 @@ echo "These changes will be effective only in shell windows that you open" echo "after running this script." -PYVER=2.6 -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