summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-06-22 17:52:59 -0400
committerbrent s2016-06-22 17:52:59 -0400
commit452d759dc15ee91d572b87400e943340b5c18e54 (patch)
tree2d8655c2abbd9e3d975b22ba078cde71341ee6b1
parent45bfccefaa5472387e2cd708af0cf074df095b7e (diff)
downloadaur-452d759dc15ee91d572b87400e943340b5c18e54.tar.gz
whoops! let's clean up this configure option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf69e68387df..156a74642bda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 21:45:43 UTC 2016
+# Wed Jun 22 21:52:59 UTC 2016
pkgbase = freeswitch-git
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk (git version).
pkgver = 1.7.0.r31054.841e202
- pkgrel = 1
+ pkgrel = 2
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index 6afa42137ee5..2a66d7536a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch-git'
pkgver=1.7.0.r31054.841e202
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk (git version)."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -168,7 +168,7 @@ build() {
# CONFIGURE
./configure --prefix=/var/lib/freeswitch --with-python=/usr/bin/python2 \
--bindir=/usr/bin --sbindir=/usr/sbin --localstatedir=/var \
- --sysconfdir=/etc/ --datarootdir=/usr/share \
+ --sysconfdir=/etc --datarootdir=/usr/share \
--libexecdir=/usr/lib/freeswitch --libdir=/usr/lib/freeswitch \
--includedir=/usr/include/freeswitch --enable-core-odbc-support \
--with-recordingsdir=/var/spool/freeswitch/recordings \