summaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-8000
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-20 14:47:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-20 14:49:42 +0000
commitfacc84c66328379eaa64b2643a309ead9eb50afe (patch)
tree7f8578ea8cb1f261d6a9fd56bba5383ce8d9e6ae /main/freeswitch-sounds-en-us-callie-8000
parent7915db3f0c658852618006d2cf2c67aff272a40a (diff)
downloadaports-facc84c66328379eaa64b2643a309ead9eb50afe.tar.bz2
aports-facc84c66328379eaa64b2643a309ead9eb50afe.tar.xz
main/freeswitch-sounds-en-us-callie-8000: fix ownership of files
ref #446
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-8000')
-rw-r--r--main/freeswitch-sounds-en-us-callie-8000/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
index 5677355f0..8e23e3690 100644
--- a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
+++ b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
@@ -1,8 +1,7 @@
-# Contributor:
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-en-us-callie-8000
pkgver=1.0.13
-pkgrel=0
+pkgrel=1
pkgdesc="Sounds for freeswitch English"
url="http://files.freeswitch.org/"
license="unknown"
@@ -21,6 +20,7 @@ build() {
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/en "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
}
md5sums="0ed4eb9490da742821d6241e87b125b5 freeswitch-sounds-en-us-callie-8000-1.0.13.tar.gz"