Commit 6f693ae6 authored by patg@krsna.patg.net's avatar patg@krsna.patg.net

BUG #13511

Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' 
install in "/"
parent 6ac4c47f
......@@ -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
......
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