runit-void: re-add missing conf_files that were provided by systemd.
This commit is contained in:
parent
31deb38e23
commit
ad6aa5f16f
4 changed files with 9 additions and 3 deletions
1
srcpkgs/runit-void/files/hostname
Normal file
1
srcpkgs/runit-void/files/hostname
Normal file
|
@ -0,0 +1 @@
|
||||||
|
void-live
|
2
srcpkgs/runit-void/files/locale.conf
Normal file
2
srcpkgs/runit-void/files/locale.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
LC_COLLATE=C
|
3
srcpkgs/runit-void/files/os-release
Normal file
3
srcpkgs/runit-void/files/os-release
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
NAME="Void"
|
||||||
|
ID="void"
|
||||||
|
PRETTY_NAME="Void"
|
|
@ -30,9 +30,9 @@ make_dirs="
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
vconf ${XBPS_SRCPKGDIR}/systemd/files/hostname
|
vconf ${FILESDIR}/hostname
|
||||||
vconf ${XBPS_SRCPKGDIR}/systemd/files/os-release
|
vconf ${FILESDIR}/os-release
|
||||||
vconf ${XBPS_SRCPKGDIR}/systemd/files/locale.conf
|
vconf ${FILESDIR}/locale.conf
|
||||||
# Enable services at post-install time instead.
|
# Enable services at post-install time instead.
|
||||||
rm -f ${DESTDIR}/etc/runit/runsvdir/current
|
rm -f ${DESTDIR}/etc/runit/runsvdir/current
|
||||||
rm -rf ${DESTDIR}/etc/runit/runsvdir/default
|
rm -rf ${DESTDIR}/etc/runit/runsvdir/default
|
||||||
|
|
Loading…
Reference in a new issue