diff options
Diffstat (limited to 'net-misc/iputils/iputils-99999999.ebuild')
-rw-r--r-- | net-misc/iputils/iputils-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |