diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-05-27 18:47:48 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-05-27 18:48:27 +0200 |
commit | 4f84411563fb37fc8d199226f99b0f19d99550a3 (patch) | |
tree | d13c43589095a0836a13dd695b85a663a148914f /dev-util/qbs | |
parent | dev-ruby/rmagick: amd64 stable wrt bug #619718 (diff) | |
download | gentoo-4f84411563fb37fc8d199226f99b0f19d99550a3.tar.gz gentoo-4f84411563fb37fc8d199226f99b0f19d99550a3.tar.bz2 gentoo-4f84411563fb37fc8d199226f99b0f19d99550a3.zip |
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
Diffstat (limited to 'dev-util/qbs')
-rw-r--r-- | dev-util/qbs/qbs-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |