diff options
author | unknown <lenz@mysql.com> | 2005-10-10 13:00:41 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-10-10 13:00:41 +0200 |
commit | 3fd11cf6fa016e078265035a6bdb583cf0dfbfb8 (patch) | |
tree | f8e076c79f274f15b128d9c9c324f3d61a25c0c8 | |
parent | ca7cba4fe8cddde14c3f8899fa766d594670c565 (diff) | |
download | mariadb-git-3fd11cf6fa016e078265035a6bdb583cf0dfbfb8.tar.gz |
- typo fix: rott->root in the file attributes for mysql_client_test of the RPM spec file
support-files/mysql.spec.sh:
- typo fix: rott->root in the file attributes for mysql_client_test
-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 |