diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 20:46:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 20:46:53 +0000 |
commit | 75ad2ca27ecd42ba3fc56bcc61a065dec003085e (patch) | |
tree | adae0513814632de7c4bbc0483df5936ba328848 /main/freeswitch | |
parent | d9e14b7bcc0bb67b1506b6a9740b6213ebe6f421 (diff) | |
download | aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.bz2 aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.xz |
main/[various]: dont set arch in split function
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 662d91c1f8..4cbdc3ac0f 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -183,7 +183,6 @@ sangoma() { timezones() { pkgdesc="Freeswitch timezone configuration" - arch="noarch" install= replaces="freeswitch-sample-config" mkdir -p "$subpkgdir"/etc/freeswitch/autoload_configs @@ -218,7 +217,6 @@ perlesl() { conf() { pkgdesc="Freeswitch sample configureation" - arch="noarch" depends="freeswitch-timezones" install= mkdir -p "$subpkgdir"/etc/freeswitch |