nad0005-trunk OS X installer: "Update Shell Profile" script is not updated APPLIES trunk 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 (this file) trunk patch-nad0005-26.txt 2.6 diff -r 9b627013a822 Mac/BuildScript/scripts/postflight.patch-profile --- Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:42:29 2009 -0800 +++ Mac/BuildScript/scripts/postflight.patch-profile Thu Feb 12 00:53:15 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.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