commit: f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 14:54:39 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 15:13:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bea75e
sys-apps/net-tools: run install manually for prefix #567300
sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild | 6 ++++--
sys-apps/net-tools/net-tools-9999.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild
b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild
index 059a1aa..5db331c 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild
@@ -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
diff --git a/sys-apps/net-tools/net-tools-9999.ebuild
b/sys-apps/net-tools/net-tools-9999.ebuild
index 059a1aa..5db331c 100644
--- a/sys-apps/net-tools/net-tools-9999.ebuild
+++ b/sys-apps/net-tools/net-tools-9999.ebuild
@@ -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