Skip to content

Commit

Permalink
dev-qt/qt-docs: Switch to new QT5_DOCDIR
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 31, 2019
1 parent 2196724 commit d3cc84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-qt/qt-docs/qt-docs-5.12.0_p201812040400.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -50,8 +50,8 @@ src_prepare() {
}

src_install() {
# must be the same as QT_INSTALL_DOCS
local dest=/usr/share/doc/qt-${PV%_p*}
# must be the same as QT5_DOCDIR
local dest=/usr/share/qt5-doc
insinto "${dest}"
use html && doins -r */
use qch && doins *.qch
Expand Down

0 comments on commit d3cc84d

Please sign in to comment.