nad0005-py3k-30 OS X installer: "Update Shell Profile" script is not updated APPLIES py3k, 3.0 NOTE Patch is in two parts: patch-nad0005.txt py3k, 3.0, trunk, 2.6 and one of: patch-nad0005-py3k-30.txt (this file) py3k, 3.0 patch-nad0005-trunk.txt trunk patch-nad0005-26.txt 2.6 diff -r 054c608d5279 Mac/BuildScript/scripts/postflight.patch-profile --- Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:39:37 2009 -0800 +++ Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:51:34 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.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