commit: 82748e4f40e2e24589cc8d65289e480dcf21f129 Author: John R. Graham <john_r_graham <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 15:38:36 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 15:43:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82748e4f
sys-devel/gettext: Fixed java doc dir Closes: https://bugs.gentoo.org/705570 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-devel/gettext/gettext-0.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gettext/gettext-0.20.1.ebuild b/sys-devel/gettext/gettext-0.20.1.ebuild index fb8b5c7d444..a1dadd499bc 100644 --- a/sys-devel/gettext/gettext-0.20.1.ebuild +++ b/sys-devel/gettext/gettext-0.20.1.ebuild @@ -132,7 +132,7 @@ multilib_src_install_all() { rm "${ED}"/usr/share/${PN}/*.jar || die rm "${ED}"/usr/share/${PN}/*.class || die if use doc ; then - java-pkg_dojavadoc "${ED}"/usr/share/doc/${PF}/javadoc2 + java-pkg_dojavadoc "${ED}"/usr/share/doc/${PF}/html/javadoc2 fi fi
