diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 7b7c61767c296..94bbc2597dd03 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,8 +35,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild index 849ad870b21df..3d5bb6f165876 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,8 +32,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt