summaryrefslogtreecommitdiff
path: root/community/nethogs
diff options
context:
space:
mode:
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: