Skip to content

Commit

Permalink
dev-ml/ocaml-gettext: remove hack for mandir
Browse files Browse the repository at this point in the history
dune.eclass now passes --mandir since 7721173.

Signed-off-by: Rafael Kitover <[email protected]>
Closes: gentoo#17957
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
rkitover authored and juippis committed Oct 31, 2020
1 parent 06e720f commit f4fe63c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ DEPEND="

src_install() {
dune_src_install

# Hack for now until we get --mandir in dune.eclass
cd "${ED}/usr/man" || die
doman man1/* man5/*
rm -r "${ED}/usr/man" || die
}

0 comments on commit f4fe63c

Please sign in to comment.