Kaydet (Commit) b05e056e authored tarafından Jack Jansen's avatar Jack Jansen

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.
üst f21b7063
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
buildSettings = { buildSettings = {
FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = "";
INSTALL_MODE_FLAG = "a+rX";
INSTALL_PATH = /Applications/Python; INSTALL_PATH = /Applications/Python;
LIBRARY_SEARCH_PATHS = ""; LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment