mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
BUG #13511
Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' install in "/"
This commit is contained in:
parent
6ac4c47f7b
commit
6f693ae65b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ prefix_configs="--prefix=/usr/local/mysql"
|
|||
just_print=
|
||||
just_configure=
|
||||
full_debug=
|
||||
if test -n $MYSQL_BUILD_PREFIX
|
||||
if test ! -z $MYSQL_BUILD_PREFIX
|
||||
then
|
||||
prefix_configs="--prefix=$MYSQL_BUILD_PREFIX"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue