mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/asterisk fix another typo
This commit is contained in:
parent
3992483e5d
commit
cdaff1caa3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ package() {
|
|||
# cp ${srcdir}/modules.conf modules.conf
|
||||
sed -i -e "s/\/var\/run/\/var\/run\/asterisk/" $pkgdir/etc/asterisk/asterisk.conf
|
||||
|
||||
mkdir -p "$pkgdir/etc/tmpdiles.d"
|
||||
mkdir -p "$pkgdir/etc/tmpfiles.d"
|
||||
echo "d /run/asterisk 0775 root asterisk" > $pkgdir/etc/tmpfiles.d/asterisk.conf
|
||||
|
||||
install -D "$srcdir/asterisk" "$pkgdir/etc/rc.d/asterisk"
|
||||
|
|
Loading…
Reference in a new issue