[Python-checkins] python/dist/src/Mac/OSX/Dist build,1.11,1.12

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 23 Jul 2003 03:51:57 -0700


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

Modified Files:
	build 
Log Message:
Don't force boot-disk-only install, for reasons unknown it causes more
problems than it solves. In stead, put a warning near the top of the
welcome message. Fixes (or, rather works around) bug #764975.


Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build	22 Jul 2003 13:45:26 -0000	1.11
--- build	23 Jul 2003 10:51:55 -0000	1.12
***************
*** 8,12 ****
  PYVERSION=2.3rc1plus
  PYVER=2.3
! BUILDNUM=6
  DOCLEANUP=no
  
--- 8,12 ----
  PYVERSION=2.3rc1plus
  PYVER=2.3
! BUILDNUM=8
  DOCLEANUP=no
  
***************
*** 127,134 ****
      --InstallOnly="YES" \
      --UseUserMask="NO" \
-     --RootVolumeOnly="YES" \
      $INSTALLROOT \
      $RESOURCEDIR
  
  
  # ...and then make a disk image containing the package.
--- 127,134 ----
      --InstallOnly="YES" \
      --UseUserMask="NO" \
      $INSTALLROOT \
      $RESOURCEDIR
  
+ #    --RootVolumeOnly="YES" \
  
  # ...and then make a disk image containing the package.