net-misc/iputils: remove EPREFIX from dosym.
authorBenda Xu <heroxbd@gentoo.org>
Sun, 19 Jun 2016 22:37:04 +0000 (07:37 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Sun, 19 Jun 2016 23:19:11 +0000 (08:19 +0900)
  ebuild helpers includes EPREFIX by default.

Package-Manager: portage-2.2.28

net-misc/iputils/iputils-20151218.ebuild
net-misc/iputils/iputils-20160308.ebuild
net-misc/iputils/iputils-99999999.ebuild

index 58d99563f46035c0d9522c7f3b3eaa9540b2047c..661134701bdc0d4cbe4c5655a791c8a8b0b0ef91 100644 (file)
@@ -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
index 8f5de68e27b317317d2893d76bb80571dd7c3e59..45044909dc2de10193b8553ff48fe0f6e444999a 100644 (file)
@@ -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
index 47295b2b2b7d495af5184a91353a1b08c6c4517e..ce82c784f4c2d348b5c32e7c3ad5151c24f99e74 100644 (file)
@@ -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