diff options
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-x | Mac/OSX/Dist/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index 73b86c5..ee5c450 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -7,7 +7,7 @@ # Script configs PYVERSION=2.3rc1plus PYVER=2.3 -BUILDNUM=6 +BUILDNUM=8 DOCLEANUP=no PROGDIR="`dirname \"$0\"`" @@ -126,10 +126,10 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \ --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 |