~alpine/devel

sems: create var/run/sems dir on install v1 PROPOSED

Nathan Angelacos: 1
 sems: create var/run/sems dir on install

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/25/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] sems: create var/run/sems dir on install Export this patch

---
 testing/sems/APKBUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD
index 49a61ad..d9cb870 100644
--- a/testing/sems/APKBUILD
+++ b/testing/sems/APKBUILD
@@ -76,6 +76,7 @@ package() {
	rm -f "$pkgdir"/etc/sems/etc/conf_auth.conf

	install -o sems -g sems -d "$pkgdir"/var/spool/voicebox
	install -d -o sems  "$pkgdir"/var/run/sems
}

_mv_sub() {
-- 
1.7.4.4



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
After this patch, sems 1.4.0  (and related subpackages) are ready for 
main IMHO.

On 05/02/2011 05:43 AM, Nathan Angelacos wrote: