summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2005-03-31 17:38:00 (GMT)
committerBob Ippolito <bob@redivi.com>2005-03-31 17:38:00 (GMT)
commitddbcf1ade88deca406b262dcbe95296ca5702938 (patch)
treec978d17c43099c8a0bef7d3f5e1a1f7ae486a42d /Mac
parent9bd2b50cd7254b94848b98d990ca0b30612c7141 (diff)
downloadcpython-ddbcf1ade88deca406b262dcbe95296ca5702938.zip
cpython-ddbcf1ade88deca406b262dcbe95296ca5702938.tar.gz
cpython-ddbcf1ade88deca406b262dcbe95296ca5702938.tar.bz2
(This is only relevant to the MacPython binary release process)
Set the Python version to 2.4 in the postflight script used when building Mac OS X installer distributions. Previously it was set to 2.3, so it wouldn't build a working installer.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/OSX/Dist/resources/postflight2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight
index e5c7f9d..bc1486e 100755
--- a/Mac/OSX/Dist/resources/postflight
+++ b/Mac/OSX/Dist/resources/postflight
@@ -4,7 +4,7 @@
# installed.
#----------------------------------------------------------------------
-PYVER=2.3
+PYVER=2.4
PKG=$1
DEST=$2