summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist/build
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-xMac/OSX/Dist/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index 51ea727..b839ab6 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -91,6 +91,10 @@ make
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras
+# Unfortunately all the ...MODE arguments above still don't do the trick.
+# Cop out, and recursively set everything group-writeable.
+chmod -R ug+w $INSTALLROOT
+
if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then
./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build
echo ""