Commit f7538163 authored by Jack Jansen's avatar Jack Jansen

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.
parent 88821f7c
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
# TODO: Parameterize the versions, builddirs, etc... # TODO: Parameterize the versions, builddirs, etc...
# Script configs # Script configs
PYVERSION=2.3b2 PYVERSION=2.3rc1plus
PYVER=2.3 PYVER=2.3
BUILDNUM=2 BUILDNUM=6
DOCLEANUP=no DOCLEANUP=no
PROGDIR="`dirname \"$0\"`" PROGDIR="`dirname \"$0\"`"
...@@ -126,10 +126,10 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \ ...@@ -126,10 +126,10 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \
--Relocatable="NO" \ --Relocatable="NO" \
--InstallOnly="YES" \ --InstallOnly="YES" \
--UseUserMask="NO" \ --UseUserMask="NO" \
--RootVolumeOnly="YES" \
$INSTALLROOT \ $INSTALLROOT \
$RESOURCEDIR $RESOURCEDIR
## --RootVolumeOnly="YES" \
# ...and then make a disk image containing the package. # ...and then make a disk image containing the package.
mv MacPython-OSX.pkg $DMGDIR/root mv MacPython-OSX.pkg $DMGDIR/root
......
This program will install MacPython 2.3b2 for Mac OS X 10.2. Installation This package will install MacPython 2.3rc1+ for Mac OS X 10.2.
on 10.0, 10.1 or the 10.3 seed is explicitly discouraged. Installation on 10.0, 10.1 or the Panther seed is explicitly discouraged.
Installation requires approximately 20 MB of disk space, ignore the
message that it will take zero bytes.
MacPython consists of the Python programming language interpreter, plus MacPython consists of the Python programming language interpreter,
a set of programs to allow easy access to it for Mac users (an plus a set of programs to allow easy access to it for Mac users (an
integrated development environment, a Python extension package manager), integrated development environment, a Python extension package manager),
plus a set of pre-built extension modules that open up specific plus a set of pre-built extension modules that open up specific
Macintosh technologies to Python programs (Carbon, AppleScript, Macintosh technologies to Python programs (Carbon, AppleScript,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment