From: Lars Wendler Date: Tue, 28 Mar 2017 12:05:08 +0000 (+0200) Subject: net-analyzer/nethogs: Revbump to not install into /usr/local (bug #614144). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=627d0ecb08c6cf0031287ad317334733d8c4be36;p=gentoo.git net-analyzer/nethogs: Revbump to not install into /usr/local (bug #614144). Thanks to Daniel Augustin for the bug report and the hint how to fix it. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/net-analyzer/nethogs/nethogs-0.8.5.ebuild b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild similarity index 93% rename from net-analyzer/nethogs/nethogs-0.8.5.ebuild rename to net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild index c88fc19baf69..96e845c300c7 100644 --- a/net-analyzer/nethogs/nethogs-0.8.5.ebuild +++ b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild @@ -28,6 +28,6 @@ src_compile() { } src_install() { - emake DESTDIR="${ED}" prefix="/usr" install + emake DESTDIR="${ED}" PREFIX="/usr" install dodoc Changelog DESIGN README.decpcap.txt README.md }