diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-22 16:20:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-22 16:39:39 -0600 |
commit | 8ac90255d0e9e0197f683c921193b4379d11944d (patch) | |
tree | 1207c8070c6626060e526553b106b05aa37b8280 | |
parent | net-misc/pulseaudio-dlna: update python impls (diff) | |
download | gentoo-8ac90255d0e9e0197f683c921193b4379d11944d.tar.gz gentoo-8ac90255d0e9e0197f683c921193b4379d11944d.tar.bz2 gentoo-8ac90255d0e9e0197f683c921193b4379d11944d.zip |
net-misc/radvd: use dodoc/docinto
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | net-misc/radvd/radvd-2.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild index 5c4981d40e93..395a4d261913 100644 --- a/net-misc/radvd/radvd-2.19.ebuild +++ b/net-misc/radvd/radvd-2.19.ebuild @@ -47,8 +47,8 @@ src_compile() { src_install() { default - insinto /usr/share/doc/${PF}/html - doins INTRO.html + docinto /usr/share/doc/${PF}/html + dodoc INTRO.html newinitd "${FILESDIR}"/${PN}-2.15.init ${PN} newconfd "${FILESDIR}"/${PN}.conf ${PN} |