diff options
author | lenz@mysql.com <> | 2005-10-10 13:00:41 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-10-10 13:00:41 +0200 |
commit | 0b8098249726175fb6b84bf457e4720cd504cde6 (patch) | |
tree | f8e076c79f274f15b128d9c9c324f3d61a25c0c8 /support-files | |
parent | d8640ca222dcc26bb5bc00a0646e70e0c0ac927f (diff) | |
download | mariadb-git-0b8098249726175fb6b84bf457e4720cd504cde6.tar.gz |
- typo fix: rott->root in the file attributes for mysql_client_test of the RPM spec file
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 454c506f0fe..87cf2034c84 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -650,7 +650,7 @@ fi %defattr(-, root, root, 0755) %attr(-, root, root) %{_datadir}/sql-bench %attr(-, root, root) %{_datadir}/mysql-test -%attr(755, rott, root) %{_bindir}/mysql_client_test +%attr(755, root, root) %{_bindir}/mysql_client_test %attr(755, root, root) %{_bindir}/mysqltestmanager %attr(755, root, root) %{_bindir}/mysqltestmanager-pwgen %attr(755, root, root) %{_bindir}/mysqltestmanagerc |