diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2015-12-09 14:08:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-09 14:32:59 +0000 |
commit | 3667ff9eb01370329975c7a4c8fd1e7dabc659de (patch) | |
tree | d918600cb69997abf3e952083e5c71c0aaf3590a /main/kamailio | |
parent | 2058670f942a288119ed6093d2c3cd410e029a20 (diff) | |
download | aports-3667ff9eb01370329975c7a4c8fd1e7dabc659de.tar.bz2 aports-3667ff9eb01370329975c7a4c8fd1e7dabc659de.tar.xz |
main/kamailio
set run dir to /var/run/kamailio
Diffstat (limited to 'main/kamailio')
-rw-r--r-- | main/kamailio/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 2744884a3d..111dfc4f70 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -13,7 +13,7 @@ _gittag=HEAD pkgver=4.3.4 -pkgrel=0 +pkgrel=1 [ -z "${_gitcommit}" ] && _suffix="_src" || _suffix="-${_gitcommit}" pkgdesc="Open Source SIP Server" @@ -290,7 +290,7 @@ build() { PREFIX=/usr \ CC_EXTRA_OPTS="$CFLAGS -D_GNU_SOURCE" \ cfg_target=/etc/kamailio/ \ - run_prefix=$_builddir/var/run/kamailio \ + run_prefix="" \ include_modules="$_modules" \ LIBDIR=lib \ DESTDIR="$pkgdir" \ |