From: Date: June 27 2008 7:43pm Subject: bzr commit into mysql-5.0 branch (joerg:2637) Bug#37623 List-Archive: http://lists.mysql.com/commits/48670 X-Bug: 37623 Message-Id: <20080627174331.D5E833B3CA@trift-lap.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///MySQL/REPO/V50/push-5.0/ 2637 Joerg Bruehe 2008-06-27 [merge] Take the fix for bug#37623 (Suffix "-64bit" is duplicated) into the 5.0-build team tree. modified: scripts/make_binary_distribution.sh === modified file 'scripts/make_binary_distribution.sh' --- a/scripts/make_binary_distribution.sh 2008-04-28 19:53:52 +0000 +++ b/scripts/make_binary_distribution.sh 2008-06-27 17:12:42 +0000 @@ -61,6 +61,7 @@ system=`echo $system | sed -e 's/[a-z]*- system=`echo $system | sed -e 's/darwin6.*/osx10.2/g'` system=`echo $system | sed -e 's/darwin7.*/osx10.3/g'` system=`echo $system | sed -e 's/darwin8.*/osx10.4/g'` +system=`echo $system | sed -e 's/darwin9.*/osx10.5/g'` system=`echo $system | sed -e 's/\(aix4.3\).*/\1/g'` system=`echo $system | sed -e 's/\(aix5.1\).*/\1/g'` system=`echo $system | sed -e 's/\(aix5.2\).*/\1/g'`