diff options
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-x | Mac/OSX/Dist/build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index ee5c450..db6e2fb 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.3rc1plus -PYVER=2.3 -BUILDNUM=8 +PYVERSION=2.4a0 +PYVER=2.4 +BUILDNUM=1 DOCLEANUP=no PROGDIR="`dirname \"$0\"`" @@ -133,7 +133,7 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \ # ...and then make a disk image containing the package. mv MacPython-OSX.pkg $DMGDIR/root -cp $RESOURCEDIR/Welcome.txt $DMGDIR/root/README.txt +cp $RESOURCEDIR/ReadMe.txt $DMGDIR/root/ReadMe.txt $PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM echo Moving $DMGDIR/MacPython-OSX-$PYVERSION-$BUILDNUM to $DESTDIR |