diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-15 09:54:39 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-15 10:13:09 -0500 |
commit | f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d (patch) | |
tree | 858456862476430b062154166349be2db784bc76 /sys-apps | |
parent | ros-meta/rosbridge_suite: Bump to 0.7.14. (diff) | |
download | gentoo-f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d.tar.gz gentoo-f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d.tar.bz2 gentoo-f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d.zip |
sys-apps/net-tools: run install manually for prefix #567300
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild | 6 | ||||
-rw-r--r-- | 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 |