Kaydet (Commit) 3e8d2f6e authored tarafından 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.
üst f3f31abd
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
PYVER="@PYVER@" PYVER="@PYVER@"
FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@/" FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@"
"${FWK}/bin/python" -Wi -tt \ "${FWK}/bin/python" -Wi -tt \
"${FWK}/lib/python${PYVER}/compileall.py" \ "${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