~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/freeswitch-sounds-en-us-callie-8000: fix permissions

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1141477109-2145-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1141477109
DKIM signature
missing
Download raw message
Patch: +7 -2
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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<1287583721.28711.1.camel@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1141477109-2145-1-git-send-email-jbilyk@gmail.com> (view parent)
Sender timestamp
1287583721
DKIM signature
missing
Download raw message
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
---
Reply to thread Export thread (mbox)