[Python-checkins] python/dist/src/Mac/OSX/Dist build,1.8,1.9

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 20 Jun 2003 14:40:59 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist
In directory sc8-pr-cvs1:/tmp/cvs-serv7309

Modified Files:
	build 
Log Message:
Cop out, and set things to be group-writeable recursively. The various
xxxMODE flags don't cut it. Also set the umask to 2 before doing the
compileall on the destination system.


Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build	19 Jun 2003 22:45:37 -0000	1.8
--- build	20 Jun 2003 21:40:57 -0000	1.9
***************
*** 92,95 ****
--- 92,99 ----
  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