diff options
author | unknown <tim@threads.polyesthetic.msg> | 2000-09-29 15:54:54 -0400 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2000-09-29 15:54:54 -0400 |
commit | e62748fb5f6131610bffc4dc1aa26dda7e0ff5f2 (patch) | |
tree | bc17e49c5f0ee0a2d7ab1aedcd4d60c44763ebbf /support-files/mysql.spec.sh | |
parent | 27a17a6ef909533820b2137ab598fb7df220876d (diff) | |
download | mariadb-git-e62748fb5f6131610bffc4dc1aa26dda7e0ff5f2.tar.gz |
Handle compressed man/info docs. Thanks to
GOMEZ Henri <hgomez@slib.fr> for the patch.
support-files/mysql.spec.sh:
handle compressed man/info docs
Diffstat (limited to 'support-files/mysql.spec.sh')
-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 |