1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

change plugin directory

This commit is contained in:
david hill
2016-02-03 11:30:24 -06:00
parent 04a40dad49
commit ab83e5220c
3 changed files with 5 additions and 5 deletions

View File

@ -61,8 +61,8 @@ else
libcalmysql=
fi
if [ -d $installdir/mysql/lib/mysql/plugin -a -n "$libcalmysql" ]; then
cd $installdir/mysql/lib/mysql/plugin
if [ -d $installdir/mysql/lib64/mysql/plugin -a -n "$libcalmysql" ]; then
cd $installdir/mysql/lib64/mysql/plugin
ln -sf $libcalmysql libcalmysql.so
ln -sf $libcalmysql libcalmysqlent.so
ln -sf $libudfsdk libudf_mysql.so