summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-09-07 11:20:46 +0200
committerJeroen Roovers <jer@gentoo.org>2019-09-07 11:29:57 +0200
commite46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0 (patch)
treed289a8f76078f7bcc1bc824caad836b13803cac6 /net-analyzer/wireshark/wireshark-99999999.ebuild
parentx11-libs/pango: security cleanup (diff)
downloadgentoo-e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0.tar.gz
gentoo-e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0.tar.bz2
gentoo-e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0.zip
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 <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index a4453c74df19..97001a178907 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -147,7 +147,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_BROTLI=$(usex brotli)