runit-void: update to 20150407.
This commit is contained in:
parent
767522eb2c
commit
f232972fc7
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'runit-void'
|
||||
pkgname=runit-void
|
||||
version=20150402.1
|
||||
revision=2
|
||||
version=20150407
|
||||
revision=1
|
||||
wrksrc="void-runit-${version}"
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
|
@ -10,7 +10,7 @@ short_desc="Void Linux runit scripts"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public Domain"
|
||||
distfiles="https://github.com/voidlinux/void-runit/archive/${version}.tar.gz"
|
||||
checksum=a61cfaa633fbdf631dac90785e59e53f0bd0151047e4dd27271d10fd712a37c1
|
||||
checksum=369742c4a335fab9f4cbe81816a0ec8653db473d52480bce1b6fe3304c91a296
|
||||
|
||||
depends="virtual?awk procps-ng runit"
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in a new issue