From: Ronald Oussoren Date: Fri, 23 Jul 2010 11:11:26 +0000 (+0000) Subject: Fix for issue 9275: the OSX installer no longer installs links in /usr/local X-Git-Tag: v2.7.1rc1~573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4f63a4532fc00861d5a78ff996f40953fc78da;p=python 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. --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index b73cc5e787..8c44020259 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -275,7 +275,7 @@ def pkg_recipes(): is not necessary to use Python. """, required=False, - selected='unselected', + selected='selected', ), dict( name="PythonDocumentation",