From: Bob Ippolito Date: Thu, 31 Mar 2005 17:38:00 +0000 (+0000) Subject: (This is only relevant to the MacPython binary release process) X-Git-Tag: v2.4.2c1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddbcf1ade88deca406b262dcbe95296ca5702938;p=thirdparty%2FPython%2Fcpython.git (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. --- diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight index e5c7f9de22b0..bc1486e1f07d 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