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.
This commit is contained in:
Jack Jansen 2002-08-30 12:56:08 +00:00
parent f21b7063d3
commit b05e056e9f

View file

@ -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 = "";