[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.4,1.5

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 30 Aug 2002 05:56:11 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv20288/Mac/OSX/PythonLauncher/PythonLauncher.pbproj

Modified Files:
	project.pbxproj 
Log Message:
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.


Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** project.pbxproj	2 Aug 2002 22:32:41 -0000	1.4
--- project.pbxproj	30 Aug 2002 12:56:08 -0000	1.5
***************
*** 289,292 ****
--- 289,293 ----
  				FRAMEWORK_SEARCH_PATHS = "";
  				HEADER_SEARCH_PATHS = "";
+ 				INSTALL_MODE_FLAG = "a+rX";
  				INSTALL_PATH = /Applications/Python;
  				LIBRARY_SEARCH_PATHS = "";