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" ...@@ -10,7 +10,7 @@ prefix_configs="--prefix=/usr/local/mysql"
just_print= just_print=
just_configure= just_configure=
full_debug= full_debug=
if test -n $MYSQL_BUILD_PREFIX if test ! -z $MYSQL_BUILD_PREFIX
then then
prefix_configs="--prefix=$MYSQL_BUILD_PREFIX" prefix_configs="--prefix=$MYSQL_BUILD_PREFIX"
fi 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