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.
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index 5ceddeb..73b86c5 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -5,9 +5,9 @@
 # TODO:  Parameterize the versions, builddirs, etc...
 
 # Script configs
-PYVERSION=2.3b2
+PYVERSION=2.3rc1plus
 PYVER=2.3
-BUILDNUM=2
+BUILDNUM=6
 DOCLEANUP=no
 
 PROGDIR="`dirname \"$0\"`"
@@ -126,10 +126,10 @@
     --Relocatable="NO" \
     --InstallOnly="YES" \
     --UseUserMask="NO" \
+    --RootVolumeOnly="YES" \
     $INSTALLROOT \
     $RESOURCEDIR
 
-##    --RootVolumeOnly="YES" \
 
 # ...and then make a disk image containing the package.
 mv MacPython-OSX.pkg $DMGDIR/root