commit: e4f2a0be01466c0fad36e3ca6a0f482c45a48384 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 02:53:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 02:53:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f2a0be
sci-libs/geos: fix doc build Closes: https://bugs.gentoo.org/859373 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/geos/geos-3.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild index c18104f4fc50..503eec7fa4d2 100644 --- a/sci-libs/geos/geos-3.11.0.ebuild +++ b/sci-libs/geos/geos-3.11.0.ebuild @@ -40,7 +40,7 @@ src_install() { cmake_src_install if use doc ; then - HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. ) + HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. ) einstalldocs fi }