issue-sl-installer-trunk-deselect-unix-tools This patch reapplies the change made in r77030 to the trunk (2.7) OS X installer to deselect by default the UNIX tools package which installs links in /usr/local/bin. At the moment, all of the other branches still select this by default, which seems inconsistent. Either one or more of them should be changed (by applying this patch) or this should patch should not be applied. This patch applies on top of issue-sl-installer-{trunk,26,py3k-31}.txt. diff -r 436fd2f4b421 Mac/BuildScript/build-installer.py --- Mac/BuildScript/build-installer.py Thu Mar 04 16:56:52 2010 -0800 +++ Mac/BuildScript/build-installer.py Thu Mar 04 17:04:43 2010 -0800 @@ -281,7 +281,7 @@ is not necessary to use Python. """, required=False, - selected='selected', + selected='unselected', ), dict( name="PythonDocumentation",