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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 22 Jul 2003 06:45:28 -0700


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

Modified Files:
	build 
Log Message:
Files used for the 2.3rc1+ binary installer. This one has the size problem
fixed. It also attempts to force boot-disk-only installs, but this seems to
lead to a problem that you have to deselect and reselect the installation disk.
If no-one comes up with a fix RSN I'll revert to the previous situation and
explain in the readme that you cannot install on a non-system-disk.


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