diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 07:03:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 07:03:37 +0000 |
commit | 705ca38e4dffd3ea40dd6114e7f4aab353cfc462 (patch) | |
tree | ab4107595614c6c03d6650aa79c2adfe886babb9 /main/freeswitch/APKBUILD | |
parent | f7b1b62405a8a1d7061b0c012592d4a591c3611c (diff) | |
download | aports-705ca38e4dffd3ea40dd6114e7f4aab353cfc462.tar.bz2 aports-705ca38e4dffd3ea40dd6114e7f4aab353cfc462.tar.xz |
main/freeswitch: fix typo that caused sample config go to wrong place
fixes #389
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 |
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 |