mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Preliminary fix for
Bug #30759 mysql_install_db fails to set $extra_bindir properly in all cases.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user