mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-ml/ocaml-gettext: remove hack for mandir
dune.eclass now passes --mandir since 77211739823. Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17957 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
06e720f413
commit
f4fe63c94b
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user