summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-04-26 12:45:10 +0200
committerGoliathLabs2020-04-26 12:45:10 +0200
commitad5b660eddf3948e9e63e716bc6544d9b1df48ee (patch)
tree76c9e25aa2facaa312f25cc7cf020f60177d0e84
parent54c73636fc7bc1393f599025fe38a598fc393410 (diff)
downloadaur-ad5b660eddf3948e9e63e716bc6544d9b1df48ee.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c99715970f7..1c1c11f96221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asterisk-cisco
pkgdesc = A complete PBX solution. Includes the Cisco Presence patch for use with Cisco IP Phones
pkgver = 16.9.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.asterisk.org
install = asterisk-cisco.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ce9b2d118ae8..565bef25b04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=asterisk-cisco
pkgver=16.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="A complete PBX solution. Includes the Cisco Presence patch for use with Cisco IP Phones"
provides=('asterisk')
conflicts=('asterisk')
@@ -86,7 +86,7 @@ package(){
sed -i -e 's,/var/run,/run,' "$pkgdir/etc/asterisk/asterisk.conf"
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/examples" "$pkgdir/etc/asterisk/"*
- install -Dm644 "$pkgdir/usr/share/doc/asterisk/cisco/examples"
+ mkdir -p ${pkgdir}/usr/share/doc/asterisk/cisco/examples
mv "$pkgdir/var/run" "$pkgdir"