diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-09-07 11:20:46 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-09-07 11:29:57 +0200 |
commit | e46942e0ab7ffb4947d0aae6ccb6c7d544ba2bb0 (patch) | |
tree | d289a8f76078f7bcc1bc824caad836b13803cac6 /net-analyzer | |
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')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.1.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
3 files changed, 3 insertions, 3 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) diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild b/net-analyzer/wireshark/wireshark-3.1.0.ebuild index cb28f93ddffa..e489d3494c1a 100644 --- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.0.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) 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) |