summaryrefslogtreecommitdiffstats
path: root/main/freeswitch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-23 07:03:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-23 07:03:37 +0000
commit705ca38e4dffd3ea40dd6114e7f4aab353cfc462 (patch)
treeab4107595614c6c03d6650aa79c2adfe886babb9 /main/freeswitch
parentf7b1b62405a8a1d7061b0c012592d4a591c3611c (diff)
downloadaports-fcolista-705ca38e4dffd3ea40dd6114e7f4aab353cfc462.tar.bz2
aports-fcolista-705ca38e4dffd3ea40dd6114e7f4aab353cfc462.tar.xz
main/freeswitch: fix typo that caused sample config go to wrong place
fixes #389
Diffstat (limited to 'main/freeswitch')
-rw-r--r--main/freeswitch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index 2b1766e805..ab1b387a56 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch
pkgver=1.0.6
-pkgrel=11
+pkgrel=12
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
license="GPL"
@@ -84,7 +84,7 @@ conf() {
pkgdesc="Freeswitch sample configureation"
depends="freeswitch"
install=
- mkdir -p "$subpkgdir"/etc/freeswich
+ mkdir -p "$subpkgdir"/etc/freeswitch
# move all configs except freeswitch.xml
for i in "$pkgdir"/etc/freeswitch/*; do
[ "$i" = "$pkgdir"/etc/freeswitch/freeswitch.xml ] && continue