games-simulation/openrct2: fixed QA warning about docpath
authorConrad Kostecki <conrad@kostecki.com>
Thu, 24 Oct 2019 21:10:15 +0000 (23:10 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 28 Oct 2019 14:14:40 +0000 (16:14 +0200)
Closes: https://bugs.gentoo.org/692744
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
games-simulation/openrct2/openrct2-0.2.1.ebuild
games-simulation/openrct2/openrct2-9999.ebuild

index 95681d9a2ce6842247399dd06a555dcbf142663c..d8620527030b31e6b12a2e3ef1c4e4072de19fcc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -83,6 +83,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
+               -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
                -DDISABLE_HTTP_TWITCH="$(usex !twitch)"
                -DDISABLE_NETWORK="$(usex !multiplayer)"
                -DDISABLE_OPENGL="$(usex !opengl)"
index 36be8a5dcec76e4c5a6a2050afec52705a0b4640..cb037d692f2a10e2f81a42c06a7d5bed0b0fcb9c 100644 (file)
@@ -79,6 +79,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
+               -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
                -DDISABLE_HTTP_TWITCH="$(usex !twitch)"
                -DDISABLE_NETWORK="$(usex !multiplayer)"
                -DDISABLE_OPENGL="$(usex !opengl)"