aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-03-17 10:47:44 +0100
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-03-17 10:47:44 +0100
commit06a0b437b79439d2e5ddbc02dbe4e235e26bafb3 (patch)
treee9572719cc79d98e54682ab3d71538ecdfb6d4b2
parent8fe86babad3640db7ccb3721d30c7077cda5f486 (diff)
downloadaports-06a0b437b79439d2e5ddbc02dbe4e235e26bafb3.tar.bz2
aports-06a0b437b79439d2e5ddbc02dbe4e235e26bafb3.tar.xz
main/net-snmp: fix build
-rw-r--r--main/net-snmp/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD
index 9ff355c48d..6bcc8cefb3 100644
--- a/main/net-snmp/APKBUILD
+++ b/main/net-snmp/APKBUILD
@@ -28,7 +28,6 @@ _builddir="$srcdir/$pkgname-$pkgver"
prepare() {
local i
cd "$_builddir"
- update_config_sub || return 1
for i in $source; do
case $i in
*.patch|*.diff)