summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-10-21 04:36:45 +0000
committerSam James <sam@gentoo.org>2020-10-22 07:18:08 +0000
commit932a63e6b621c301f6f6ed1326db18b443519c60 (patch)
tree71ea02f26986f983b04e04e459837e631d5a6958 /dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
parentapp-emulation/lxc: bump to 4.0.5 (diff)
downloadgentoo-932a63e6b621c301f6f6ed1326db18b443519c60.tar.gz
gentoo-932a63e6b621c301f6f6ed1326db18b443519c60.tar.bz2
gentoo-932a63e6b621c301f6f6ed1326db18b443519c60.zip
dev-ml/pcre-ocaml: fix DeprecatedInsinto
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild')
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
index a35bab372f29..eb845aa29a3c 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
@@ -24,7 +24,7 @@ DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
src_install() {
oasis_src_install
if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ docinto examples
+ dodoc -r examples
fi
}