diff options
author | kent@mysql.com <> | 2006-03-06 13:50:52 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2006-03-06 13:50:52 +0100 |
commit | ab77867efb2903febfba936a1208aa1404471947 (patch) | |
tree | b4d4608ae6ae4deb8b4e2dd1eb1f2b66dc72c6cb /support-files | |
parent | ff71af1e01f547469f8fc1d0ee76048056396bc8 (diff) | |
parent | 7ae10acbc44508794628f9c4d8d095610d38e9ba (diff) | |
download | mariadb-git-ab77867efb2903febfba936a1208aa1404471947.tar.gz |
Merge
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7bea933654a..dd8953ce02e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -425,8 +425,7 @@ install -m 644 $MBD/support-files/mysql-log-rotate $RBR%{_sysconfdir}/logrotate. install -m 755 $MBD/support-files/mysql.server $RBR%{_sysconfdir}/init.d/mysql # Install embedded server library in the build root -# FIXME No libmysqld on 5.0 yet -#install -m 644 libmysqld/libmysqld.a $RBR%{_libdir}/mysql/ +install -m 644 libmysqld/libmysqld.a $RBR%{_libdir}/mysql/ # Create a symlink "rcmysql", pointing to the init.script. SuSE users # will appreciate that, as all services usually offer this. @@ -703,7 +702,7 @@ fi %files embedded %defattr(-, root, root, 0755) -# %attr(644, root, root) %{_libdir}/mysql/libmysqld.a +%attr(644, root, root) %{_libdir}/mysql/libmysqld.a # The spec file changelog only includes changes made to the spec file # itself - note that they must be ordered by date (important when |