From e4f2a0be01466c0fad36e3ca6a0f482c45a48384 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Jul 2022 02:53:22 +0000 Subject: [PATCH] sci-libs/geos: fix doc build Closes: https://bugs.gentoo.org/859373 Signed-off-by: Sam James --- 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 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 }