diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-08-11 13:47:26 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-08-11 13:47:26 +0200 |
commit | 341f1170f4d0f16f73462d36c1b06e6c87184cf6 (patch) | |
tree | 7e11be84b22d7ba39a5540ad3b5401a702068eeb /community/coturn | |
parent | eaffc08071695d50b900757244000a63ffc26a2e (diff) | |
download | aports-341f1170f4d0f16f73462d36c1b06e6c87184cf6.tar.bz2 aports-341f1170f4d0f16f73462d36c1b06e6c87184cf6.tar.xz |
community/coturn: fix mandir path
fixes #10718
Diffstat (limited to 'community/coturn')
-rw-r--r-- | community/coturn/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/coturn/APKBUILD b/community/coturn/APKBUILD index 8957000aca..1f19921526 100644 --- a/community/coturn/APKBUILD +++ b/community/coturn/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=coturn pkgver=4.5.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Free open source implementation of TURN and STUN Server" url="https://github.com/coturn/coturn" arch="all" @@ -25,7 +25,7 @@ build() { --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/share/man \ + --mandir=/usr/share \ --localstatedir=/var \ --disable-rpath \ --sysconfdir=/etc/$pkgname \ |