sys-fs/cachefilesd: fix DeprecatedInsinto

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-02-13 01:21:35 +01:00
parent faf82017b7
commit c5e8de4798
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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