File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
9292make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras
9393
94+ # Unfortunately all the ...MODE arguments above still don't do the trick.
95+ # Cop out, and recursively set everything group-writeable.
96+ chmod -R ug+w $INSTALLROOT
97+
9498if [ " $builddocs " = " y" -o " $builddocs " = " Y" ]; then
9599 ./python.exe $PYTHONSRC /Mac/OSX/setupDocs.py build
96100 echo " "
Original file line number Diff line number Diff line change 1- This program will install MacPython 2.3b1 for Mac OS X.
1+ This program will install MacPython 2.3b1+ for Mac OS X.
22
33MacPython consists of the Python programming language interpreter, plus
44a set of programs to allow easy access to it for Mac users (an
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ PYVER=2.3
99PKG=$1
1010DEST=$2
1111
12+ # Make sure things are group-writeable
13+ umask 2
1214
1315# if destination is / then use usr/local/bin, otherwise just bin
1416if [ " $DEST " = " /" ]; then
You can’t perform that action at this time.
0 commit comments