diff options
author | 2022-07-20 02:53:22 +0000 | |
---|---|---|
committer | 2022-07-20 02:53:22 +0000 | |
commit | e4f2a0be01466c0fad36e3ca6a0f482c45a48384 (patch) | |
tree | 125e989a354b752559eba6091925b419b414927f /sci-libs/geos | |
parent | dev-libs/libzip: Stabilize 1.9.2 arm, #856823 (diff) | |
download | gentoo-e4f2a0be01466c0fad36e3ca6a0f482c45a48384.tar.gz gentoo-e4f2a0be01466c0fad36e3ca6a0f482c45a48384.tar.bz2 gentoo-e4f2a0be01466c0fad36e3ca6a0f482c45a48384.zip |
sci-libs/geos: fix doc build
Closes: https://bugs.gentoo.org/859373
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/geos-3.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |