summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-06-22 12:02:08 -0400
committerbrent s2016-06-22 12:02:08 -0400
commit7972e0ee0c2bfee2595a315941215ccb853add29 (patch)
treedb046afd510e6814f69a0062b077d2c45e49436f /PKGBUILD
parent69134c2d60323a13e26ab82137dc14894b1c517d (diff)
downloadaur-7972e0ee0c2bfee2595a315941215ccb853add29.tar.gz
upstream suggestions for cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac5cf546f790..c33ae0ec698e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.6.9'
-pkgrel='2'
+pkgrel='3'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -228,16 +228,17 @@ disable_mod_xml() {
}
package() {
- mkdir -p /var/tmp/bin
- ln -sf /usr/bin/python2 /var/tmp/bin/python
- PATH="/var/tmp/bin:${PATH}"
+ # per upstream, shouldn't be necessary with newer versions. 06.22.2016
+ #mkdir -p /var/tmp/bin
+ #ln -sf /usr/bin/python2 /var/tmp/bin/python
+ #PATH="/var/tmp/bin:${PATH}"
cd "${srcdir}/${_pkgname}"
make DESTDIR="${pkgdir}/" install
make DESTDIR="${pkgdir}/" ${_sounds}moh-install
make DESTDIR="${pkgdir}/" ${_sounds}sounds-install
- PATH=${_pathorig}
- rm -rf /var/tmp/bin/python
- rmdir /var/tmp/bin
+ #PATH=${_pathorig}
+ #rm -rf /var/tmp/bin/python
+ #rmdir /var/tmp/bin
cd ${pkgdir} # MUY IMPORTANT, $PWD is $pkgdir from here on out
# Mangle freeswitch's installed dirs into a more compliant structure,