aboutsummaryrefslogtreecommitdiffstats
path: root/community/sngrep
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 15:26:18 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-22 09:44:20 +0000
commit9a060b89601dd60160f53ef6bf2db34cbf4e301a (patch)
treeb8da33902d697a86b1e51c7a9db0d7609a86457c /community/sngrep
parent5e2e01a2d45c31aa70ead334668bf79fa5153b7a (diff)
downloadaports-9a060b89601dd60160f53ef6bf2db34cbf4e301a.tar.bz2
aports-9a060b89601dd60160f53ef6bf2db34cbf4e301a.tar.xz
community/sngrep: move conf to /etc
Diffstat (limited to 'community/sngrep')
-rw-r--r--community/sngrep/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD
index e1063d1161..daf7c832f7 100644
--- a/community/sngrep/APKBUILD
+++ b/community/sngrep/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sngrep
pkgver=1.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for displaying SIP call message flows from a terminal"
url="https://github.com/irontec/sngrep"
arch="all !ppc64le"
@@ -22,6 +22,7 @@ prepare() {
build() {
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--with-openssl \
--with-pcre \
--disable-logo \