summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorHery Ramilison <hery.ramilison@oracle.com>2013-09-09 18:58:08 +0200
committerHery Ramilison <hery.ramilison@oracle.com>2013-09-09 18:58:08 +0200
commit199a98ee28a01c6f378cf4a9d6940376862c4f6f (patch)
tree840f9bbf0087c7be8d7d53e0fc536c6ac756b079 /support-files/mysql.spec.sh
parent0daae54fb541e806b521e8b6db9d14d83af48136 (diff)
downloadmariadb-git-199a98ee28a01c6f378cf4a9d6940376862c4f6f.tar.gz
Committing patch from venkata.sidagam@oracle.com for Bug#16776528
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh2
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