From e834396406aebbd10e3fd38b2df083cbc3aee1b6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Jul 2010 12:36:26 +0000 Subject: main/net-snmp: set correct sysconfdir --- main/net-snmp/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/net-snmp') diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index f7cd098757..144fd4e3cb 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter 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" \ -- cgit v1.2.3