Commit da97e272 authored by Jonathan Perkin's avatar Jonathan Perkin

bug#51925: 5.5 installed header file layout is incorrect

Additional space-in-directory-name protection.
parent 30cfda08
......@@ -92,9 +92,9 @@ plugindir_rel=`echo $plugindir | sed -e "s;^$basedir/;;"`
fix_path plugindir $plugindir_rel lib/mysql/plugin lib/plugin
pkgincludedir='@pkgincludedir@'
if [ -f $basedir/include/mysql/mysql.h ]; then
if [ -f "$basedir/include/mysql/mysql.h" ]; then
pkgincludedir="$basedir/include/mysql"
elif [ -f $basedir/include/mysql.h ]; then
elif [ -f "$basedir/include/mysql.h" ]; then
pkgincludedir="$basedir/include"
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