From: Benda Xu Date: Sun, 19 Jun 2016 22:37:04 +0000 (+0900) Subject: net-misc/iputils: remove EPREFIX from dosym. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=16abf63155918668a89444a036c10e015d98c3b0;p=gentoo.git net-misc/iputils: remove EPREFIX from dosym. ebuild helpers includes EPREFIX by default. Package-Manager: portage-2.2.28 --- diff --git a/net-misc/iputils/iputils-20151218.ebuild b/net-misc/iputils/iputils-20151218.ebuild index 58d99563f460..661134701bdc 100644 --- a/net-misc/iputils/iputils-20151218.ebuild +++ b/net-misc/iputils/iputils-20151218.ebuild @@ -109,7 +109,7 @@ src_compile() { src_install() { into / dobin ping $(usex ipv6 'ping6' '') - use ipv6 && dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8 + use ipv6 && dosym ping.8 /usr/share/man/man8/ping6.8 doman doc/ping.8 if use arping ; then @@ -132,7 +132,7 @@ src_install() { if use tracepath && use ipv6 ; then dosbin tracepath6 - dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8 + dosym tracepath.8 /usr/share/man/man8/tracepath6.8 fi if use traceroute && use ipv6 ; then diff --git a/net-misc/iputils/iputils-20160308.ebuild b/net-misc/iputils/iputils-20160308.ebuild index 8f5de68e27b3..45044909dc2d 100644 --- a/net-misc/iputils/iputils-20160308.ebuild +++ b/net-misc/iputils/iputils-20160308.ebuild @@ -113,10 +113,10 @@ src_compile() { src_install() { into / dobin ping - dosym ping "${EPREFIX}"/bin/ping4 + dosym ping /bin/ping4 if use ipv6 ; then - dosym ping "${EPREFIX}"/bin/ping6 - dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8 + dosym ping /bin/ping6 + dosym ping.8 /usr/share/man/man8/ping6.8 fi doman doc/ping.8 @@ -140,7 +140,7 @@ src_install() { if use tracepath && use ipv6 ; then dosbin tracepath6 - dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8 + dosym tracepath.8 /usr/share/man/man8/tracepath6.8 fi if use traceroute && use ipv6 ; then diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index 47295b2b2b7d..ce82c784f4c2 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -109,7 +109,7 @@ src_compile() { src_install() { into / dobin ping $(usex ipv6 'ping6' '') - use ipv6 && dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8 + use ipv6 && dosym ping.8 /usr/share/man/man8/ping6.8 doman doc/ping.8 if use arping ; then @@ -132,7 +132,7 @@ src_install() { if use tracepath && use ipv6 ; then dosbin tracepath6 - dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8 + dosym tracepath.8 /usr/share/man/man8/tracepath6.8 fi if use traceroute && use ipv6 ; then