diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-25 21:15:58 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-25 21:15:58 (GMT) |
commit | 3e8d2f6e160a29073fa41e5792814f0cb3db45ab (patch) | |
tree | a2a3272a6bd16d9edd0783acc2c75afc9aad465c /Mac | |
parent | f3f31abd4512d7f3b93542c47461232060f467c4 (diff) | |
download | cpython-3e8d2f6e160a29073fa41e5792814f0cb3db45ab.zip cpython-3e8d2f6e160a29073fa41e5792814f0cb3db45ab.tar.gz cpython-3e8d2f6e160a29073fa41e5792814f0cb3db45ab.tar.bz2 |
Use a path without a double slash to compile the .py files after installation
(macosx, binary installer). This fixes bug #1508369 for python 2.5.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/scripts/postflight.framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/scripts/postflight.framework b/Mac/BuildScript/scripts/postflight.framework index 532e745..b796a10 100755 --- a/Mac/BuildScript/scripts/postflight.framework +++ b/Mac/BuildScript/scripts/postflight.framework @@ -4,7 +4,7 @@ # PYVER="@PYVER@" -FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@/" +FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@" "${FWK}/bin/python" -Wi -tt \ "${FWK}/lib/python${PYVER}/compileall.py" \ |