diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild index c18104f4fc500..503eec7fa4d27 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 }