From ad6aa5f16f6a86c29eb2e526911f0d2a4f822bdb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 8 Jun 2015 08:06:21 +0200 Subject: [PATCH] runit-void: re-add missing conf_files that were provided by systemd. --- srcpkgs/runit-void/files/hostname | 1 + srcpkgs/runit-void/files/locale.conf | 2 ++ srcpkgs/runit-void/files/os-release | 3 +++ srcpkgs/runit-void/template | 6 +++--- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/runit-void/files/hostname create mode 100644 srcpkgs/runit-void/files/locale.conf create mode 100644 srcpkgs/runit-void/files/os-release diff --git a/srcpkgs/runit-void/files/hostname b/srcpkgs/runit-void/files/hostname new file mode 100644 index 0000000000..916d471cd4 --- /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 0000000000..abfaa52b3b --- /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 0000000000..0fa5c3bbb8 --- /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 6e61bd36c5..d92c8fc731 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