diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 01:21:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:36 +0100 |
commit | c5e8de4798a4bc2ee564a31c204d7ee31ed52607 (patch) | |
tree | cef8ca76c3f4239f1a091f92683edf5067c62ba7 /sys-fs/cachefilesd | |
parent | sci-misc/cdfplayer: fix DeprecatedInsinto (diff) | |
download | gentoo-c5e8de4798a4bc2ee564a31c204d7ee31ed52607.tar.gz gentoo-c5e8de4798a4bc2ee564a31c204d7ee31ed52607.tar.bz2 gentoo-c5e8de4798a4bc2ee564a31c204d7ee31ed52607.zip |
sys-fs/cachefilesd: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 7b7c61767c29..94bbc2597dd0 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 849ad870b21d..3d5bb6f16587 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 |