From e62748fb5f6131610bffc4dc1aa26dda7e0ff5f2 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Sep 2000 15:54:54 -0400 Subject: [PATCH] Handle compressed man/info docs. Thanks to GOMEZ Henri for the patch. support-files/mysql.spec.sh: handle compressed man/info docs --- support-files/mysql.spec.sh | 4 ++-- 1 file 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