diff options
author | kent@kent-amd64.(none) <> | 2007-10-01 18:52:25 +0200 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-10-01 18:52:25 +0200 |
commit | 6598c8dc2dd07ef305e7bcfb830cdadf0d2d1e2e (patch) | |
tree | fbc18bee528981227891a638e43f9a86e0a0361f /scripts | |
parent | 4d2c8e2445eec21bc85fa0ab1f3a7b38b5d9c8f5 (diff) | |
parent | 3114699f56d4f4d67a4647dba0b4c50b0e0db7f0 (diff) | |
download | mariadb-git-6598c8dc2dd07ef305e7bcfb830cdadf0d2d1e2e.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into mysql.com:/home/kent/bk/make-install/mysql-5.1-build
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index d2fe636c4e7..2af1979adda 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -231,6 +231,7 @@ then pkgdatadir="@pkgdatadir@" else bindir="$basedir/bin" + extra_bindir="$bindir" # We set up bootstrap-specific paths later, so skip this for --windows if test "$windows" -eq 0 then |