dev-libs/rocdbgapi: fix path docs installation

Closes: https://bugs.gentoo.org/965860
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44553
Closes: https://github.com/gentoo/gentoo/pull/44553
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal 2025-11-10 00:10:06 +08:00 committed by Sam James
parent 2d17a877ee
commit 2c48bdfc3a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -35,6 +35,7 @@ DEPEND="
src_prepare() {
sed -e "s/-Werror//" \
-e "s:\${CMAKE_INSTALL_DATADIR}/html/amd-dbgapi:\${CMAKE_INSTALL_DOCDIR}/html:" \
-e "s:\${CMAKE_INSTALL_DATADIR}/doc/\${CPACK_PACKAGE_NAME}:\${CMAKE_INSTALL_DOCDIR}:" \
-e "s/COMPONENT asan/COMPONENT asan EXCLUDE_FROM_ALL/" \
-i CMakeLists.txt || die
cmake_src_prepare