summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-17 22:07:07 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-17 22:07:07 -0500
commitf100233188102f0463f5aa61efe1c8f662e6ed90 (patch)
tree9712bc9f8ba7ac4195d7ae37707f9464cad28c93 /community
parent3dadf343b9d874db00e9ae28078a4a4f8f35920d (diff)
Add chost in iftop
Diffstat (limited to 'community')
-rw-r--r--community/iftop/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD
index b22fcee65..8ed1225fb 100644
--- a/community/iftop/PKGBUILD
+++ b/community/iftop/PKGBUILD
@@ -20,7 +20,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --build=$CHOST
make
}