runit-void: re-add missing conf_files that were provided by systemd.

This commit is contained in:
Juan RP 2015-06-08 08:06:21 +02:00
parent 31deb38e23
commit ad6aa5f16f
4 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1 @@
void-live

View file

@ -0,0 +1,2 @@
LANG=en_US.UTF-8
LC_COLLATE=C

View file

@ -0,0 +1,3 @@
NAME="Void"
ID="void"
PRETTY_NAME="Void"

View file

@ -30,9 +30,9 @@ make_dirs="
post_install() {
vmkdir usr/bin
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
vconf ${XBPS_SRCPKGDIR}/systemd/files/hostname
vconf ${XBPS_SRCPKGDIR}/systemd/files/os-release
vconf ${XBPS_SRCPKGDIR}/systemd/files/locale.conf
vconf ${FILESDIR}/hostname
vconf ${FILESDIR}/os-release
vconf ${FILESDIR}/locale.conf
# Enable services at post-install time instead.
rm -f ${DESTDIR}/etc/runit/runsvdir/current
rm -rf ${DESTDIR}/etc/runit/runsvdir/default