diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild (renamed from net-analyzer/nethogs/nethogs-0.8.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nethogs/nethogs-0.8.5.ebuild b/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 } |