summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-30 12:56:08 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-30 12:56:08 (GMT)
commitb05e056e9f17f68daf106e1b018d1bbab2943148 (patch)
treeadab96937827bc33ea6d953eb8d29d703637c372 /Mac
parentf21b7063d387c187dc872bf833db09a81f157ab2 (diff)
downloadcpython-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-xMac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj1
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 = "";