diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-16 08:32:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-16 08:32:29 +0000 |
commit | b5bb0543e05c3ca22f638e8fbe186c52613a0a02 (patch) | |
tree | de0e988c6dcb1e6dcb56d7b6cd3194d8a852f8c7 /main/asterisk | |
parent | ec3b11dc1bec500609eebdd951720b3836e68d8c (diff) | |
download | aports-b5bb0543e05c3ca22f638e8fbe186c52613a0a02.tar.bz2 aports-b5bb0543e05c3ca22f638e8fbe186c52613a0a02.tar.xz |
main/asterisk: build fix
curl will be used when fetching the pkg so we need rename our split
function
Diffstat (limited to 'main/asterisk')
-rw-r--r-- | main/asterisk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index ab95e5cf72..5f9a931524 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -19,7 +19,7 @@ install="$pkgname.pre-install $pkgname.pre-upgrade" subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc $pkgname-tds $pkgname-fax $pkgname-sample-config:sample $pkgname-sounds-moh:sound_moh $pkgname-sounds-en:sound_en - $pkgname-mobile $pkgname-curl" + $pkgname-mobile $pkgname-curl:_curl" _download="http://downloads.asterisk.org/pub/telephony/asterisk/releases" _z=${pkgver##*.} @@ -171,7 +171,7 @@ mobile() { _find_and_move '*_mobile*' } -curl() { +_curl() { depends= install= _find_and_move '*_curl*' |