diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-20 07:37:04 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-20 08:19:11 +0900 |
commit | 16abf63155918668a89444a036c10e015d98c3b0 (patch) | |
tree | 7ae80d0bd94b72f08db53840034b206a4313b5b9 /net-misc/iputils | |
parent | media-plugins/vdr-streamdev: fixed BadInsIntoDir (diff) | |
download | gentoo-16abf63155918668a89444a036c10e015d98c3b0.tar.gz gentoo-16abf63155918668a89444a036c10e015d98c3b0.tar.bz2 gentoo-16abf63155918668a89444a036c10e015d98c3b0.zip |
net-misc/iputils: remove EPREFIX from dosym.
ebuild helpers includes EPREFIX by default.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/iputils-20151218.ebuild | 4 | ||||
-rw-r--r-- | net-misc/iputils/iputils-20160308.ebuild | 8 | ||||
-rw-r--r-- | net-misc/iputils/iputils-99999999.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
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 |