Skip to content

Commit

Permalink
dev-db/percona-server: don't install man pages installed by mysql-con…
Browse files Browse the repository at this point in the history
…nector-c

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Aug 2, 2019
1 parent 30850af commit e8a03f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-db/percona-server/percona-server-5.7.26.29.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@ src_prepare() {
"${S}"/zlib \
|| die

# Don't clash with dev-db/mysql-connector-c
rm \
man/my_print_defaults.1 \
man/perror.1 \
man/zlib_decompress.1 \
|| die

# Remove the centos and rhel selinux policies to support mysqld_safe under SELinux
if [[ -d "${S}/support-files/SELinux" ]] ; then
echo > "${S}/support-files/SELinux/CMakeLists.txt" || die
Expand Down

0 comments on commit e8a03f6

Please sign in to comment.