summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-10-19 19:32:44 -0400
committerbrent s2016-10-19 19:32:44 -0400
commit8ee2d5c2e47fbc9a7425ded7dab1c3899f66cb3a (patch)
treed37991792381a344ec4cfa296cc65d253bb3227f /PKGBUILD
parent27da908b48723c3e52a46c4691b035251ff55be2 (diff)
downloadaur-8ee2d5c2e47fbc9a7425ded7dab1c3899f66cb3a.tar.gz
changing scripts installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f14497c48c5e..050cd13eedb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.6.10'
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -226,8 +226,8 @@ package() {
cp -a "${srcdir}/${_pkgname}/docs" usr/share/doc/freeswitch
install -D -m 0755 -d usr/share/doc/freeswitch/support-d
cp -a "${srcdir}/${_pkgname}/support-d" usr/share/doc/freeswitch/
- install -D -m 0755 -d usr/share/doc/freeswitch/scripts
- cp -a "${srcdir}/${_pkgname}/scripts" usr/share/doc/freeswitch/
+ install -D -m 0755 -d usr/share/freeswitch/scripts
+ cp -a "${srcdir}/${_pkgname}/scripts" usr/share/freeswitch/.
# Copy upstream confs
install -D -m 0755 -d usr/share/doc/freeswitch/examples/conf.default
install -D -m 0755 -d usr/share/doc/freeswitch/examples/conf.archlinux
@@ -253,4 +253,5 @@ package() {
install -D -m 0755 "${srcdir}/run.freeswitch" usr/share/freeswitch/run
install -D -m 0755 "${srcdir}/run_log.freeswitch" usr/share/freeswitch/log/run
install -D -m 0644 "${srcdir}/conf_log.freeswitch" usr/share/freeswitch/log/conf
+
}