From d88d029a200f8c19b7ab4688ee7e4e8dba3b1fd3 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Wed, 20 Oct 2010 14:47:44 +0000 Subject: [PATCH] main/freeswitch-sounds-en-us-callie-8000: fix ownership of files fixes #446 (cherry picked from commit 39b7e72720c69469c800bac2447cd0de64abf5d3) --- main/freeswitch-sounds-en-us-callie-8000/APKBUILD | 6 +++--- 1 file 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 5677355f01f4..8e23e369045f 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" -- GitLab