diff options
author | Joerg Bruehe <joerg@mysql.com> | 2008-06-27 19:42:31 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2008-06-27 19:42:31 +0200 |
commit | 57751b59a71b12688d6a94ffb5f618acbaf02bff (patch) | |
tree | 7df341259269121a0a585f8adad252d21ed4a410 | |
parent | 983a0d4070dab9b1eb8e0a35d859cec1db29a906 (diff) | |
parent | 3033955068e20835666594c4afa3b4802b1bd594 (diff) | |
download | mariadb-git-57751b59a71b12688d6a94ffb5f618acbaf02bff.tar.gz |
Take the fix for bug#37623 (Suffix "-64bit" is duplicated)
into the 5.0-build team tree.
-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 50cff8578c9..af3db86af81 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -61,6 +61,7 @@ system=`echo $system | sed -e 's/[a-z]*-\(.*\)/\1/g'` 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'` |