diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-14 20:29:12 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-14 22:33:31 +1100 |
commit | 7a139fcef5de8cad6595b09b737dc0489fe3487b (patch) | |
tree | f92f8570cc79541b8dda8709ef6a15d0297e5387 | |
parent | net-misc/croc: version bump to 8.5.1 (diff) | |
download | gentoo-7a139fcef5de8cad6595b09b737dc0489fe3487b.tar.gz gentoo-7a139fcef5de8cad6595b09b737dc0489fe3487b.tar.bz2 gentoo-7a139fcef5de8cad6595b09b737dc0489fe3487b.zip |
dev-ml/cairo-ocaml: Fix QA DeprecatedInsinto
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
-rw-r--r-- | dev-ml/cairo-ocaml/cairo-ocaml-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0-r1.ebuild b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0-r1.ebuild index 964ec3fc5b12..1a9969c60bee 100644 --- a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0-r1.ebuild +++ b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0-r1.ebuild @@ -50,8 +50,8 @@ src_install() { findlib_src_install dodoc README ChangeLog if use examples; then - insinto /usr/share/doc/${PF}/examples - doins test/*.ml + docinto examples + dodoc test/*.ml fi # ocamlfind support cat <<-EOF > META |