runit-void: update to 20150402.1.
This commit is contained in:
parent
67e8005aa8
commit
e5a815293f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'runit-void'
|
||||
pkgname=runit-void
|
||||
version=20150402
|
||||
revision=2
|
||||
version=20150402.1
|
||||
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=8e90f3d33f8e10c5f9f265390da0caa772278c6bd953a5c16739d284d14e10b4
|
||||
checksum=a61cfaa633fbdf631dac90785e59e53f0bd0151047e4dd27271d10fd712a37c1
|
||||
|
||||
depends="virtual?awk procps-ng runit"
|
||||
conf_files="
|
||||
|
@ -28,8 +28,6 @@ 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 New Issue