diff options
author | tim@threads.polyesthetic.msg <> | 2000-09-29 15:54:54 -0400 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2000-09-29 15:54:54 -0400 |
commit | 69483524b9f5bdca06cdc88ecf78721a2f57e6a3 (patch) | |
tree | bc17e49c5f0ee0a2d7ab1aedcd4d60c44763ebbf /support-files | |
parent | 69a249c054b3c1dd4c1aadeb735291ea63862c98 (diff) | |
download | mariadb-git-69483524b9f5bdca06cdc88ecf78721a2f57e6a3.tar.gz |
Handle compressed man/info docs. Thanks to
GOMEZ Henri <hgomez@slib.fr> for the patch.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index c36a268448c..62811d32ccf 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -311,7 +311,7 @@ fi %attr(755, root, root) /usr/bin/safe_mysqld %attr(755, root, root) /usr/bin/my_print_defaults -%attr(644, root, root) /usr/info/mysql.info +%attr(644, root, root) /usr/info/mysql.info* %attr(755, root, root) /usr/sbin/mysqld @@ -331,7 +331,7 @@ fi %attr(755, root, root) /usr/bin/mysqlshow %attr(755, root, root) /usr/bin/mysqlbinlog -%attr(644, root, man) %doc /usr/man/man1/mysql.1 +%attr(644, root, man) %doc /usr/man/man1/mysql.1* %post shared /sbin/ldconfig |