Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fb83c1

Browse files
committed
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.
1 parent dffeaf4 commit 1fb83c1

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Mac/OSX/Dist/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Script configs
88
PYVERSION=2.3rc1plus
99
PYVER=2.3
10-
BUILDNUM=6
10+
BUILDNUM=8
1111
DOCLEANUP=no
1212

1313
PROGDIR="`dirname \"$0\"`"
@@ -126,10 +126,10 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \
126126
--Relocatable="NO" \
127127
--InstallOnly="YES" \
128128
--UseUserMask="NO" \
129-
--RootVolumeOnly="YES" \
130129
$INSTALLROOT \
131130
$RESOURCEDIR
132131

132+
# --RootVolumeOnly="YES" \
133133

134134
# ...and then make a disk image containing the package.
135135
mv MacPython-OSX.pkg $DMGDIR/root

Mac/OSX/Dist/resources/Welcome.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
This package will install MacPython 2.3rc1+ for Mac OS X 10.2.
2-
Installation on 10.0, 10.1 or the Panther seed is explicitly discouraged.
1+
This package will install MacPython 2.3rc1+ for Mac OS X 10.2. Installation
2+
on the Panther preview may work, on 10.1 or earlier will not work.
3+
34
Installation requires approximately 20 MB of disk space, ignore the
4-
message that it will take zero bytes.
5+
message that it will take zero bytes. You must install onto your current
6+
boot disk, even though the installer does not enforce this, otherwise
7+
things will not work.
58

69
MacPython consists of the Python programming language interpreter,
710
plus a set of programs to allow easy access to it for Mac users (an

0 commit comments

Comments
 (0)