diff options
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-x | Mac/OSX/Dist/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index 1560ee1..809f8ff 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -70,7 +70,7 @@ fi $PYTHONSRC/configure --enable-framework=$INSTALLROOT/Library/Frameworks LDFLAGS=-Wl,-x make -make frameworkinstall +make DIRMODE=775 EXEMODE=775 FILEMODE=664 frameworkinstall if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then ./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build |