From: Date: June 27 2008 7:38pm Subject: bzr commit into mysql-5.1 branch (joerg:2661) Bug#37623 List-Archive: http://lists.mysql.com/commits/48668 X-Bug: 37623 Message-Id: <20080627173855.C53CA3B3CA@trift-lap.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///MySQL/REPO/V51/clone-5.1/ 2661 Joerg Bruehe 2008-06-27 [merge] Merge the fix for bug#37623 (Suffix "-64bit" is duplicated) from 5.0 into the 5.1.26 release clone. modified: scripts/make_binary_distribution.sh === modified file 'scripts/make_binary_distribution.sh' --- a/scripts/make_binary_distribution.sh 2008-06-18 01:04:10 +0000 +++ b/scripts/make_binary_distribution.sh 2008-06-27 17:36:45 +0000 @@ -92,6 +92,7 @@ if [ x"$PLATFORM" = x"" ] ; then 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'`