From f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 15 Feb 2016 09:54:39 -0500 Subject: [PATCH] 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 059a1aaef1ad..5db331c78dcb 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 059a1aaef1ad..5db331c78dcb 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 -- 2.26.2