commit: 06e720f4132ed3b5b5ad39dc3deb7e7493fdadc3 Author: Rafael Kitover <rkitover <AT> gmail <DOT> com> AuthorDate: Sat Oct 17 15:52:10 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 09:47:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e720f4
dune.eclass: pass --mandir to dune install Closes: https://bugs.gentoo.org/749615 Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> eclass/dune.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/dune.eclass b/eclass/dune.eclass index 2cab58a1de0..334fbfbf791 100644 --- a/eclass/dune.eclass +++ b/eclass/dune.eclass @@ -50,6 +50,7 @@ dune-install() { dune install \ --prefix="${ED%/}/usr" \ --libdir="${D%/}$(ocamlc -where)" \ + --mandir="${ED%/}/usr/share/man" \ "${pkg}" || die done }
