diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-31 14:45:08 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-31 14:45:08 (GMT) |
commit | 40e2e51a7efc65e2df77ec10be315eaf13a739c8 (patch) | |
tree | 00ae56e2d400f1de137fd7b1315f2570dd0911fc /Mac/OSX | |
parent | b7276cdf71d807f4ccdb8b52a309b2b943e31bab (diff) | |
download | cpython-40e2e51a7efc65e2df77ec10be315eaf13a739c8.zip cpython-40e2e51a7efc65e2df77ec10be315eaf13a739c8.tar.gz cpython-40e2e51a7efc65e2df77ec10be315eaf13a739c8.tar.bz2 |
Install into /Applications/Python in stead of into /Applications.
Diffstat (limited to 'Mac/OSX')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 607e8ee..05998ad 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -287,9 +287,8 @@ buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; - INSTALL_PATH = "$(HOME)/Applications"; + INSTALL_PATH = /Applications/Python; LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PRODUCT_NAME = PythonLauncher; SECTORDER_FLAGS = ""; @@ -300,7 +299,7 @@ ); isa = PBXApplicationTarget; name = PythonLauncher; - productInstallPath = "$(HOME)/Applications"; + productInstallPath = /Applications/Python; productName = PythonLauncher; productReference = 1758732AFF379DA111CA2CBB; productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |