From 6dbe8f4c47bacc66afe251a799d3454b5525f814 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 17 Nov 2020 14:47:05 +0100 Subject: [PATCH] dev-cpp/mastodonpp: Fix HTML doc location. --- dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild | 2 +- dev-cpp/mastodonpp/mastodonpp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild b/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild index 5677af141..6f82bc1ae 100644 --- a/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild @@ -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 diff --git a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild index 5677af141..6f82bc1ae 100644 --- a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild @@ -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