File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msg_trees() {
181866-enable -F -t boot boot@system || msg_trees
1919# Copy the default boot@conf so that is will survive updates and be accesible
2020# though /etc/66rc.conf.
21- cp /etc/66/conf/boot@system/version/.boot@system /etc/66/conf/boot@system/version/boot@system || msg_trees
21+ if test ! -f /etc/66/conf/boot@system/version/boot@system ; then cp /etc/66/conf/boot@system/version/.boot@system /etc/66/conf/boot@system/version/boot@system ; fi
2222
2323# Create default tree, enable it and make it current.
242466-tree -nEc default || msg_trees
Original file line number Diff line number Diff line change 88@build = custom
99@shebang = ( "/bin/sh" )
1010@execute = (
11- PATH=/usr/bin
11+ exec 2>&1
1212
13+ PATH=/usr/bin
1314runlevel=66
1415
1516runsvchdir "${runlevel}"
1617s6-mkdir -v -p /run/runit/runsvdir
17- s6-ln -s /etc/runit/runsvdir/current /run/runit/runsvdir/current
18+ ln -s /etc/runit/runsvdir/current /run/runit/runsvdir/current
19+ s6-rmrf /var/service/current
20+ s6-rmrf /var/service/supervise
1821
1922exec s6-env -i PATH=$PATH \
2023 runsvdir -P /run/runit/runsvdir/current
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ version=2.3.0
44revision=1
55wrksrc=${pkgname}-v${version}
66build_style=gnu-configure
7- configure_args="--HOSTNAME=voidlinux --TTY=!4
8- --KEYMAP=!us --TZ=Europe/Madrid"
7+ configure_args="--HOSTNAME=!voidlinux --TTY=!4
8+ --KEYMAP=!us --TZ=!Europe/Madrid --TMPFILE=!no
9+ --SWAP=!yes"
910make_install_target="install install-man install-html"
1011hostmakedepends="lowdown"
1112makedepends="file"
You can’t perform that action at this time.
0 commit comments