Commit 2f4f63a4 authored by Ronald Oussoren's avatar Ronald Oussoren

Fix for issue 9275: the OSX installer no longer installs links in /usr/local

This was an unintentional change to the 2.7 installer, and confuses users.
parent 880685f6
...@@ -275,7 +275,7 @@ def pkg_recipes(): ...@@ -275,7 +275,7 @@ def pkg_recipes():
is not necessary to use Python. is not necessary to use Python.
""", """,
required=False, required=False,
selected='unselected', selected='selected',
), ),
dict( dict(
name="PythonDocumentation", name="PythonDocumentation",
......
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