mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
When looking for client binary directories it necessary to look for the one s that are "deep down" first.
This commit is contained in:
parent
96c801f1a7
commit
4404ea6418
1 changed files with 3 additions and 3 deletions
|
@ -484,11 +484,11 @@ sub initial_setup () {
|
|||
#
|
||||
|
||||
# Look for the path where to find the client binaries
|
||||
$path_client_bindir= mtr_path_exists("$glob_basedir/client",
|
||||
$path_client_bindir= mtr_path_exists("$glob_basedir/client/release",
|
||||
"$glob_basedir/client/debug",
|
||||
"$glob_basedir/client",
|
||||
"$glob_basedir/client_release",
|
||||
"$glob_basedir/client_debug",
|
||||
"$glob_basedir/client/release",
|
||||
"$glob_basedir/client/debug",
|
||||
"$glob_basedir/bin");
|
||||
|
||||
# Look for the mysqld executable
|
||||
|
|
Loading…
Reference in a new issue