diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-30 12:56:08 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-30 12:56:08 (GMT) |
commit | b05e056e9f17f68daf106e1b018d1bbab2943148 (patch) | |
tree | adab96937827bc33ea6d953eb8d29d703637c372 /Mac | |
parent | f21b7063d387c187dc872bf833db09a81f157ab2 (diff) | |
download | cpython-b05e056e9f17f68daf106e1b018d1bbab2943148.zip cpython-b05e056e9f17f68daf106e1b018d1bbab2943148.tar.gz cpython-b05e056e9f17f68daf106e1b018d1bbab2943148.tar.bz2 |
On Jaguar the default mode for files in the installed product is 444 (or 555)
in stead of 644 (755). This makes a subsequent install fail. Changed
the INSTALL_MODE_FLAG to fix this.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 1c62d78..61926e1 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -288,6 +288,7 @@ buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; + INSTALL_MODE_FLAG = "a+rX"; INSTALL_PATH = /Applications/Python; LIBRARY_SEARCH_PATHS = ""; OTHER_LDFLAGS = ""; |