diff options
author | unknown <tim@black.box> | 2001-10-10 04:04:54 -0400 |
---|---|---|
committer | unknown <tim@black.box> | 2001-10-10 04:04:54 -0400 |
commit | feb1973478fea41d15d4680e0688628ab2ec12e2 (patch) | |
tree | 386cbf9816b325e862cf2fe1c2623bd3717c4d0c /support-files | |
parent | 7d7ecf5a4c381994328f9126a01f8a3493984ed7 (diff) | |
download | mariadb-git-feb1973478fea41d15d4680e0688628ab2ec12e2.tar.gz |
mysql.spec.sh fix typo
support-files/mysql.spec.sh:
fix typo
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 fcce92def24..b136fbf5bf6 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -360,7 +360,7 @@ fi %attr(755, root, root) /usr/bin/mysqlbug %attr(755, root, root) /usr/bin/mysqltest %attr(755, root, root) /usr/bin/mysqlhotcopy -%attr(755, root, root) /usr/bin/mysql_explain +%attr(755, root, root) /usr/bin/mysql_explain_log %attr(755, root, root) /usr/bin/perror %attr(755, root, root) /usr/bin/replace %attr(755, root, root) /usr/bin/resolveip |