diff options
author | Hery Ramilison <hery.ramilison@oracle.com> | 2013-09-03 18:37:46 +0200 |
---|---|---|
committer | Hery Ramilison <hery.ramilison@oracle.com> | 2013-09-03 18:37:46 +0200 |
commit | 0daae54fb541e806b521e8b6db9d14d83af48136 (patch) | |
tree | da3512ff8fdbdc04eed9e06f9e8d8fa120b645bb /support-files | |
parent | 9e49de009c2ce2523c3c50effb049fc98825e71c (diff) | |
download | mariadb-git-0daae54fb541e806b521e8b6db9d14d83af48136.tar.gz |
Fixing sles11 build that /usr/lib/mysql/plugin is not owned by a package
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index ea6eddd7279..9560eeea53a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -1025,6 +1025,7 @@ fi %attr(755, root, root) %{_sbindir}/mysqld-debug %attr(755, root, root) %{_sbindir}/mysqlmanager %attr(755, root, root) %{_sbindir}/rcmysql +%attr(755, root, root) %{_libdir}/mysql/plugin %if %{INNODB_BUILD} %if %{WITH_INNODB_PLUGIN} %attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so* |