summaryrefslogtreecommitdiffstats
path: root/main/iftop
diff options
context:
space:
mode:
Diffstat (limited to 'main/iftop')
-rw-r--r--main/iftop/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iftop/APKBUILD b/main/iftop/APKBUILD
index 4d5aca430..32af2929f 100644
--- a/main/iftop/APKBUILD
+++ b/main/iftop/APKBUILD
@@ -14,7 +14,7 @@ source="http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/iftop-$pkgver
prepare() {
cd "$_builddir"
- update_config_sub
+ update_config_sub || return 1
}
build() {