runit-void: unbreak agetty-tty*: it's --noclear not --no-clear.
This commit is contained in:
parent
1010269211
commit
67e8005aa8
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue