mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/cachefilesd: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user