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.
This commit is contained in:
Ronald Oussoren 2006-06-25 21:15:58 +00:00
parent f3f31abd45
commit 3e8d2f6e16
1 changed files with 1 additions and 1 deletions

View File

@ -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" \