sys-apps/net-tools: run install manually for prefix #567300
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2016 14:54:39 +0000 (09:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2016 15:13:09 +0000 (10:13 -0500)
sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild
sys-apps/net-tools/net-tools-9999.ebuild

index 059a1aaef1adbbeb33705a6e7f42c4e46886c21f..5db331c78dcb3f9b3d619d4717df3f53ed6bbe4b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -76,7 +76,9 @@ src_configure() {
 }
 
 src_install() {
-       default
+       # We need to use emake by hand to pass ED. #567300
+       emake DESTDIR="${ED}" install
+       dodoc README THANKS TODO
 
        # TODO: Make these into config knobs upstream.
        if ! use arp ; then
index 059a1aaef1adbbeb33705a6e7f42c4e46886c21f..5db331c78dcb3f9b3d619d4717df3f53ed6bbe4b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -76,7 +76,9 @@ src_configure() {
 }
 
 src_install() {
-       default
+       # We need to use emake by hand to pass ED. #567300
+       emake DESTDIR="${ED}" install
+       dodoc README THANKS TODO
 
        # TODO: Make these into config knobs upstream.
        if ! use arp ; then