media-video/olive: fix doxygen

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2021-06-01 12:40:45 +03:00
parent 1820c31ff7
commit fd59971144
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ src_configure() {
}
src_install() {
cmake_src_install
if use doxygen; then
docinto html
dodoc -r docs/html/.
dodoc -r "${BUILD_DIR}"/docs/html/*
fi
cmake_src_install
}