diff --git a/srcpkgs/runit-void/files/hostname b/srcpkgs/runit-void/files/hostname new file mode 100644 index 00000000000..916d471cd4c --- /dev/null +++ b/srcpkgs/runit-void/files/hostname @@ -0,0 +1 @@ +void-live diff --git a/srcpkgs/runit-void/files/locale.conf b/srcpkgs/runit-void/files/locale.conf new file mode 100644 index 00000000000..abfaa52b3b9 --- /dev/null +++ b/srcpkgs/runit-void/files/locale.conf @@ -0,0 +1,2 @@ +LANG=en_US.UTF-8 +LC_COLLATE=C diff --git a/srcpkgs/runit-void/files/os-release b/srcpkgs/runit-void/files/os-release new file mode 100644 index 00000000000..0fa5c3bbb84 --- /dev/null +++ b/srcpkgs/runit-void/files/os-release @@ -0,0 +1,3 @@ +NAME="Void" +ID="void" +PRETTY_NAME="Void" diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 6e61bd36c53..d92c8fc731f 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -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