From fd5fd98ff25fefdd14929638a760fc9ab268d128 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 2 Oct 2012 07:00:14 +0000 Subject: main/freeswitch-sounds-ru-RU-elena-8000: move sounds to /usr/share (ref #1395) --- main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD') diff --git a/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD index d62e75c97..45a22100f 100644 --- a/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD +++ b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=freeswitch-sounds-ru-RU-elena-8000 pkgver=1.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Sounds for freeswitch English" url="http://files.freeswitch.org/" arch="noarch" @@ -11,15 +11,16 @@ makedepends= install= subpackages= source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" +_sounds=/usr/share/freeswitch/sounds build() { return 0 } package() { - mkdir -p "$pkgdir"/usr/sounds/ - cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds - chown -R root:root "$pkgdir"/usr/sounds + mkdir -p "$pkgdir"/$_sounds/ + cp -ra "$srcdir"/ru "$pkgdir"/$_sounds + chown -R root:root "$pkgdir"/$_sounds } md5sums="f2f94b605ecc05300883703af92a32b3 freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz" -- cgit v1.2.3