summaryrefslogtreecommitdiffstats
path: root/main/net-snmp
diff options
context:
space:
mode:
Diffstat (limited to 'main/net-snmp')
-rw-r--r--main/net-snmp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD
index f7cd09875..144fd4e3c 100644
--- a/main/net-snmp/APKBUILD
+++ b/main/net-snmp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=net-snmp
pkgver=5.5
-pkgrel=2
+pkgrel=3
pkgdesc="Simple Network Management Protocol"
url="http://www.net-snmp.org/"
license="GPL"
@@ -27,7 +27,7 @@ build() {
LDFLAGS="$LDFLAGS -lpthread"
./configure --prefix=/usr \
- --sysconfdir=/etc/snmp \
+ --sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-default-snmp-version="3" \