Commit f78c9996 authored by Ronald Oussoren's avatar Ronald Oussoren

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.
parent 599a41e5
......@@ -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" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment