From 67e8005aa8452f8902021e9b300b7a3f3d853f57 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Apr 2015 12:58:22 +0200 Subject: [PATCH] runit-void: unbreak agetty-tty*: it's --noclear not --no-clear. --- srcpkgs/runit-void/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 2be8f865283..45c6a4879f3 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20150402 -revision=1 +revision=2 wrksrc="void-runit-${version}" build_pie=yes build_style=gnu-makefile @@ -28,6 +28,8 @@ make_dirs=" /etc/zzz.d/resume 0755 root root" post_install() { + sed -i 's,--no-clear,--noclear,g' ${DESTDIR}/etc/sv/agetty*/conf + vconf ${XBPS_SRCPKGDIR}/systemd/files/hostname vconf ${XBPS_SRCPKGDIR}/systemd/files/os-release vconf ${XBPS_SRCPKGDIR}/systemd/files/locale.conf