List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:June 27 2008 5:38pm
Subject:bzr commit into mysql-5.1 branch (joerg:2661) Bug#37623
View as plain text  
#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'`

Thread
bzr commit into mysql-5.1 branch (joerg:2661) Bug#37623Joerg Bruehe27 Jun