X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id D6A8F1EB587 for ; Wed, 20 Oct 2010 14:08:43 +0000 (UTC) Received: from [10.65.65.1] (unknown [10.65.65.1]) by mail.wtbts.no (Postfix) with ESMTP id D12E47E021; Wed, 20 Oct 2010 16:01:31 +0200 (CEST) Subject: Re: [alpine-devel] [PATCH] main/freeswitch-sounds-en-us-callie-8000: fix permissions From: Natanael Copa To: Jeff Bilyk Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <1141477109-2145-1-git-send-email-jbilyk@gmail.com> References: <1141477109-2145-1-git-send-email-jbilyk@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Oct 2010 16:08:41 +0200 Message-ID: <1287583721.28711.1.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.32.0 Content-Transfer-Encoding: 7bit On Sat, 2006-03-04 at 12:58 +0000, Jeff Bilyk wrote: > 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 I think this should be fixed in APKBUILD and not with post-install -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---