runit-void: fix agetty-generic again.

This commit is contained in:
Juan RP 2015-04-02 13:49:59 +02:00
parent e5a815293f
commit 5add1af099
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- services/agetty-generic/run.orig 2015-04-02 13:48:59.090662443 +0200
+++ services/agetty-generic/run 2015-04-02 13:49:06.270149787 +0200
@@ -2,7 +2,7 @@
tty=${PWD##*-}
-[ -r conf ] && . conf
+[ -r conf ] && . ./conf
if [ -x /sbin/getty ]; then
# busybox

View File

@ -1,7 +1,7 @@
# Template file for 'runit-void'
pkgname=runit-void
version=20150402.1
revision=1
revision=2
wrksrc="void-runit-${version}"
build_pie=yes
build_style=gnu-makefile