]> granicus.if.org Git - python/commitdiff
On Jaguar the default mode for files in the installed product is 444 (or 555)
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 30 Aug 2002 12:56:08 +0000 (12:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 30 Aug 2002 12:56:08 +0000 (12:56 +0000)
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

index 1c62d783bce1dfbfa0e949bb73144dc3365c58e1..61926e145ec91a3c216fcecbd7bdd144cd3d06c0 100755 (executable)
                        buildSettings = {
                                FRAMEWORK_SEARCH_PATHS = "";
                                HEADER_SEARCH_PATHS = "";
+                               INSTALL_MODE_FLAG = "a+rX";
                                INSTALL_PATH = /Applications/Python;
                                LIBRARY_SEARCH_PATHS = "";
                                OTHER_LDFLAGS = "";