From 6f33c978f82e3e2e0a45aa033022bea3ef47f92e Mon Sep 17 00:00:00 2001
From: Manfred Touron <m@42.am>
Date: Mon, 24 Aug 2015 15:09:54 +0200
Subject: [PATCH] base-system-busybox+runit-void: Using relative symbolic link
 to for /sbin/init

---
 srcpkgs/base-system-busybox/template | 4 ++--
 srcpkgs/runit-void/template          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template
index 52d9b83d4ca..ae199ef8b1a 100644
--- a/srcpkgs/base-system-busybox/template
+++ b/srcpkgs/base-system-busybox/template
@@ -1,7 +1,7 @@
 # Build template for 'base-system-busybox'.
 pkgname=base-system-busybox
 version=1.23.2
-revision=6
+revision=7
 wrksrc="busybox-${version}"
 homepage="http://www.busybox.net"
 hostmakedepends="perl"
@@ -59,5 +59,5 @@ do_install() {
 	mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
 	rm -f ${DESTDIR}/{,s}bin
 	# Provide /sbin/init symlink to runit.
-	ln -s /usr/bin/runit-init ${DESTDIR}/usr/bin/init
+	ln -s runit-init ${DESTDIR}/usr/bin/init
 }
diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index 985ed4b63d9..949da734fd7 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
 # Template file for 'runit-void'
 pkgname=runit-void
 version=20150827
-revision=1
+revision=2
 wrksrc="void-runit-${version}"
 build_pie=yes
 build_style=gnu-makefile
@@ -37,5 +37,5 @@ post_install() {
 	rm -f ${DESTDIR}/etc/runit/runsvdir/current
 	rm -rf ${DESTDIR}/etc/runit/runsvdir/default
 	rm -rf ${DESTDIR}/etc/runit/runsvdir/single
-	ln -s /usr/bin/runit-init ${DESTDIR}/usr/bin/init
+	ln -s runit-init ${DESTDIR}/usr/bin/init
 }