mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Handle compressed man/info docs. Thanks to
GOMEZ Henri <hgomez@slib.fr> for the patch.
This commit is contained in:
parent
69a249c054
commit
69483524b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue