summaryrefslogtreecommitdiff
path: root/community/nethogs
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-24 22:48:50 +0000
committerroot <root@rshg047.dnsready.net>2011-05-24 22:48:50 +0000
commit363d953113a327863013a9422c8212654a86a209 (patch)
tree01f2b43d3e98433702f9c6ba92ab45bfa151888a /community/nethogs
parent87e20a64534e8f58ca4a4f84000b629e48569a98 (diff)
Tue May 24 22:48:50 UTC 2011
Diffstat (limited to 'community/nethogs')
-rw-r--r--community/nethogs/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD
index b07aa4762..3ed0be492 100644
--- a/community/nethogs/PKGBUILD
+++ b/community/nethogs/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daenyth
pkgname=nethogs
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
url="http://nethogs.sourceforge.net"
license=(GPL)
@@ -22,7 +22,8 @@ build() {
patch -Np1 -i "$srcdir/gcc44.patch"
make
- install -d "$pkgdir/usr/{bin,share/man/man8}"
+ install -d "$pkgdir/usr/bin"
+ install -d "$pkgdir/usr/share/man/man8"
make DESTDIR="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et: