Commit 2b86686d authored by joerg@trift2's avatar joerg@trift2

Preliminary fix for

   Bug #30759  	mysql_install_db fails to set $extra_bindir properly in all cases.
parent 983de3e2
...@@ -231,6 +231,7 @@ then ...@@ -231,6 +231,7 @@ then
pkgdatadir="@pkgdatadir@" pkgdatadir="@pkgdatadir@"
else else
bindir="$basedir/bin" bindir="$basedir/bin"
extra_bindir="$bindir"
# We set up bootstrap-specific paths later, so skip this for --windows # We set up bootstrap-specific paths later, so skip this for --windows
if test "$windows" -eq 0 if test "$windows" -eq 0
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment