summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2012-03-17 14:49:23 +0000
committerJeff Bilyk <jbilyk@gmail.com>2012-03-17 14:49:23 +0000
commit51469377ee32fa153664b2f881b392e4db69f249 (patch)
tree3667c2f9f84fd118db976c6abd8190577dc89353 /testing
parent44c25115d3601a351623b2727728b40e81ab25e2 (diff)
downloadaports-51469377ee32fa153664b2f881b392e4db69f249.tar.bz2
aports-51469377ee32fa153664b2f881b392e4db69f249.tar.xz
testing/freeswitch-sounds-es-mx-maria-44100: change path where sounds are installed
ref #996
Diffstat (limited to 'testing')
-rw-r--r--testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
index 7e5afb118..5474fb046 100644
--- a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
+++ b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
@@ -1,11 +1,11 @@
-# Contributor:
+# Contributor: Jeff Bilyk <jbilyk@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-es-mx-maria-44100
pkgver="0"
-pkgrel=0
+pkgrel=1
pkgdesc="Sounds for freeswitch Spanish"
url="http://files.freeswitch.org/"
-arch="all"
+arch="noarch"
license="unknown"
depends=
makedepends=
@@ -21,7 +21,7 @@ build() {
package() {
mkdir -p "$pkgdir"/usr/sounds/
- cp -ra "$srcdir"/ "$pkgdir"/usr/sounds
+ cp -ra "$srcdir"/es/ "$pkgdir"/usr/sounds
}
md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz"