diff options
author | Joerg Bruehe <joerg@mysql.com> | 2008-06-27 19:36:45 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2008-06-27 19:36:45 +0200 |
commit | 5672b953cca4ba36b2ba1b61aeeeecbbf99815bd (patch) | |
tree | b503cd4304a89742f9d6bb810d8b6a29113a873b /scripts | |
parent | afa3d1207b199775e2e922c89a0a9495984ab9f4 (diff) | |
parent | 07268a15a1eccbc84c4a8d2fb96c29b24f805bfd (diff) | |
download | mariadb-git-5672b953cca4ba36b2ba1b61aeeeecbbf99815bd.tar.gz |
Merge the fix for bug#37623 (Suffix "-64bit" is duplicated)
from 5.0 into the 5.1.26 release clone.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 0a58f8b8ef1..ff9a4711832 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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'` |