commit:     4f84411563fb37fc8d199226f99b0f19d99550a3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:47:48 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat May 27 16:48:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f844115

dev-util/qbs: fix install phase with USE=doc

Thanks to Sven Eden for reporting.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/qbs/qbs-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/qbs/qbs-1.8.0-r1.ebuild b/dev-util/qbs/qbs-1.8.0-r1.ebuild
index d2cb3eae1ea..ee6d9372baf 100644
--- a/dev-util/qbs/qbs-1.8.0-r1.ebuild
+++ b/dev-util/qbs/qbs-1.8.0-r1.ebuild
@@ -104,7 +104,7 @@ src_install() {
        # install documentation
        if use doc; then
                emake docs
-               dodoc -r doc/html
+               dodoc -r doc/qbs/html
                dodoc doc/qbs.qch
                docompress -x /usr/share/doc/${PF}/qbs.qch
        fi

Reply via email to