From 2f4f63a4532fc00861d5a78ff996f40953fc78da Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Fri, 23 Jul 2010 11:11:26 +0000 Subject: [PATCH] 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. --- Mac/BuildScript/build-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.40.0