Skip to content
Snippets Groups Projects
Commit d88d029a authored by Natanael Copa's avatar Natanael Copa
Browse files

main/freeswitch-sounds-en-us-callie-8000: fix ownership of files

fixes #446
(cherry picked from commit 39b7e72720c69469c800bac2447cd0de64abf5d3)
parent dd997098
No related branches found
No related tags found
No related merge requests found
# Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=freeswitch-sounds-en-us-callie-8000 pkgname=freeswitch-sounds-en-us-callie-8000
pkgver=1.0.13 pkgver=1.0.13
pkgrel=0 pkgrel=1
pkgdesc="Sounds for freeswitch English" pkgdesc="Sounds for freeswitch English"
url="http://files.freeswitch.org/" url="http://files.freeswitch.org/"
license="unknown" license="unknown"
...@@ -21,6 +20,7 @@ build() { ...@@ -21,6 +20,7 @@ build() {
package() { package() {
mkdir -p "$pkgdir"/usr/sounds/ mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/en "$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" md5sums="0ed4eb9490da742821d6241e87b125b5 freeswitch-sounds-en-us-callie-8000-1.0.13.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment