dev-cpp/mastodonpp: Fix HTML doc location.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-11-17 14:47:05 +01:00
parent fd6259719a
commit 6dbe8f4c47
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ src_test() {
src_install() {
if use doc; then
HTML_DOCS="build/doc/html/*"
HTML_DOCS="${BUILD_DIR}/doc/html/*"
fi
if use examples; then

View File

@ -54,7 +54,7 @@ src_test() {
src_install() {
if use doc; then
HTML_DOCS="build/doc/html/*"
HTML_DOCS="${BUILD_DIR}/doc/html/*"
fi
if use examples; then