commit: c23e853617ca13b0c1629db7c0c4a3b94309a83c
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Apr 18 16:55:57 2020 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Apr 18 16:55:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c23e8536
dev-libs/qhttpengine: 9999 fix install doc warning
Fixed the ebuild to use correct FHS/Gentoo policy paths.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-libs/qhttpengine/qhttpengine-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/qhttpengine/qhttpengine-9999.ebuild
b/dev-libs/qhttpengine/qhttpengine-9999.ebuild
index a4e9bf0..adbf1b3 100644
--- a/dev-libs/qhttpengine/qhttpengine-9999.ebuild
+++ b/dev-libs/qhttpengine/qhttpengine-9999.ebuild
@@ -43,6 +43,7 @@ src_configure() {
-DBUILD_TESTS=$(usex test)
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DLIB_INSTALL_DIR=$(get_libdir)
+ -DDOC_INSTALL_DIR="share/doc/${PF}"
${CMAKE_CONF}
)