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 | 931771422fc713dea035aff0993c6223b53e7a55 (patch) | |
tree | f8e076c79f274f15b128d9c9c324f3d61a25c0c8 /support-files | |
parent | a53386aaae758c01b1fd1f602ddcda854bad27df (diff) | |
download | mariadb-git-931771422fc713dea035aff0993c6223b53e7a55.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
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 |