From e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 7 Sep 2019 11:20:46 +0200 Subject: net-analyzer/wireshark: Fix installing documentation under prefix Closes: https://bugs.gentoo.org/693608 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Patch-by: Jan B. Signed-off-by: Jeroen Roovers --- net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-analyzer/wireshark/wireshark-3.0.3.ebuild') diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild b/net-analyzer/wireshark/wireshark-3.0.3.ebuild index 6898a01da4d2..b18434e3aee7 100644 --- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild @@ -146,7 +146,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) -- cgit v1.2.3-18-g5258