From 4f84411563fb37fc8d199226f99b0f19d99550a3 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sat, 27 May 2017 18:47:48 +0200 Subject: 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 d2cb3eae1ea4..ee6d9372bafe 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 -- cgit v1.2.3-65-gdbad