From afbca49cbec2ac9fcecffc1d25b31e7afb8ae159 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Tue, 26 May 2009 21:18:59 +0000 Subject: * Adapt framework install makefiles to 2to3 tool * Re-enable installation of files in /usr/local/bin in the OSX installer because those files no longer clash with a 2.x install. --- Mac/BuildScript/build-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mac/BuildScript/build-installer.py') diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 3cd9d2dfa5..d6a8618e97 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -225,7 +225,7 @@ PKG_RECIPES = [ is not necessary to use Python. """, required=False, - selected='unselected', + selected='selected', ), dict( name="PythonDocumentation", -- cgit v1.2.1