commit: 627d0ecb08c6cf0031287ad317334733d8c4be36
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 12:05:08 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 12:05:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627d0ecb
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
net-analyzer/nethogs/{nethogs-0.8.5.ebuild => nethogs-0.8.5-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c88fc19baf6..96e845c300c 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
}