runit-void: add /usr/sbin/init
This commit is contained in:
parent
6537a896ea
commit
7047aada3b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'runit-void'
|
||||
pkgname=runit-void
|
||||
version=20150511.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="void-runit-${version}"
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
|
@ -35,4 +35,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/sbin/init
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue