From b05e056e9f17f68daf106e1b018d1bbab2943148 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 30 Aug 2002 12:56:08 +0000 Subject: [PATCH] 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. --- Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 1c62d783bce..61926e145ec 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 = "";