X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 339571EB587 for ; Wed, 20 Oct 2010 10:49:17 +0000 (UTC) Received: by iwn41 with SMTP id 41so990432iwn.13 for ; Wed, 20 Oct 2010 03:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=TdY3/CysUF7m2AC4rv7bmaUBlOUPt0Rvwl89aj+Cwcc=; b=CYYBmyktZMPKldktEkXm5xUMZE+BwkEv3Wqh3bYFi+r433hScRMiYvbzhE06ueHTSN YkRDRjTJEQykIpv6t065KzTxIX6x98TpqFmhRFM5ikzHfhT6An5CSvGlQf33772sLmUq kJHpjxo6qDL/Q3eH3096cu2GoQ11JdSHG7APA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=kDbfhjLL4jzlDlx9IpMwIuiBiaxqcZkm+08C8mg+6sWGbT70oc66ueXXvdqDf3hp+v YWrsxA+RidmX8Dl8jzBHeN2BqRF/bDKoqt8n+9WapvLfseDGM7hO73fkVepJvDYIwZ4b TC6aM6imNDhK3BSMr8u2QvqDV/Ik/bZZJS5pY= Received: by 10.231.36.8 with SMTP id r8mr5825280ibd.128.1287571755140; Wed, 20 Oct 2010 03:49:15 -0700 (PDT) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id w9sm33928ibc.13.2010.10.20.03.49.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 03:49:14 -0700 (PDT) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH] main/freeswitch-sounds-en-us-callie-8000: fix permissions Date: Sat, 4 Mar 2006 12:58:29 +0000 Message-Id: <1141477109-2145-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.3.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: fixes #446 --- main/freeswitch-sounds-en-us-callie-8000/APKBUILD | 4 ++-- ...reeswitch-sounds-en-us-callie-8000.post-install | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100755 main/freeswitch-sounds-en-us-callie-8000/freeswitch-sounds-en-us-callie-8000.post-install diff --git a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD index 5677355..81aa49d 100644 --- a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD +++ b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: 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" depends= makedepends= -install= +install="$pkgname.post-install" subpackages= source="http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-$pkgver.tar.gz" diff --git a/main/freeswitch-sounds-en-us-callie-8000/freeswitch-sounds-en-us-callie-8000.post-install b/main/freeswitch-sounds-en-us-callie-8000/freeswitch-sounds-en-us-callie-8000.post-install new file mode 100755 index 0000000..14cc2c5 --- /dev/null +++ b/main/freeswitch-sounds-en-us-callie-8000/freeswitch-sounds-en-us-callie-8000.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +chown -R root:root /usr/sounds/en + +exit 0 -- 1.7.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---