diff options
author | 2019-09-07 11:20:46 +0200 | |
---|---|---|
committer | 2019-09-07 11:29:57 +0200 | |
commit | e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0 (patch) | |
tree | d289a8f76078f7bcc1bc824caad836b13803cac6 /net-analyzer/wireshark/wireshark-3.0.3.ebuild | |
parent | x11-libs/pango: security cleanup (diff) | |
download | gentoo-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-3.0.3.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) |