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.
This commit is contained in:
Ronald Oussoren 2010-07-23 11:11:26 +00:00
parent 880685f698
commit 2f4f63a453
1 changed files with 1 additions and 1 deletions

View File

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