diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-28 12:36:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-28 12:36:26 +0000 |
commit | e834396406aebbd10e3fd38b2df083cbc3aee1b6 (patch) | |
tree | d1fe23ce96543bfdb5bfb954e7351e496c95b338 | |
parent | c27aacffd3a052ea590bcec29c488cff8cb3eb17 (diff) | |
download | aports-e834396406aebbd10e3fd38b2df083cbc3aee1b6.tar.bz2 aports-e834396406aebbd10e3fd38b2df083cbc3aee1b6.tar.xz |
main/net-snmp: set correct sysconfdir
-rw-r--r-- | main/net-snmp/APKBUILD | 4 |
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" \ |