diff options
author | Hery Ramilison <hery.ramilison@oracle.com> | 2013-09-09 18:58:08 +0200 |
---|---|---|
committer | Hery Ramilison <hery.ramilison@oracle.com> | 2013-09-09 18:58:08 +0200 |
commit | efc72ecf4084e07268b7e93e0696aaceafff9039 (patch) | |
tree | 840f9bbf0087c7be8d7d53e0fc536c6ac756b079 /support-files | |
parent | ba258c759044a1a8dcc37ecd3ac86d42e2215f69 (diff) | |
download | mariadb-git-efc72ecf4084e07268b7e93e0696aaceafff9039.tar.gz |
Committing patch from venkata.sidagam@oracle.com for Bug#16776528
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 9560eeea53a..93a74ac8445 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -1025,9 +1025,9 @@ 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/ %attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so* %endif %endif |