From c6973f7ce7e5566bd59bbe7630b25b15ec0dda4b Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 23 Nov 2017 21:58:13 +0300 Subject: [PATCH] depend tools on sinit Signed-off-by: fbt --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index da64169..383f67a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgdesc='Package for sysvinit compatibility' pkgname=( 'sinit-sysvcompat' 'sinit-tools' ) license=( 'ISC' ) pkgver=1.0.6 -pkgrel=3 +pkgrel=4 arch=( 'any' ) url='https://git.fleshless.org/sinit-tools' @@ -22,6 +22,8 @@ package_sinit-sysvcompat() { } package_sinit-tools() { + depends=( 'sinit' ) + install -Dm755 "${pkgname}-${pkgver}/shutdown" "${pkgdir}/usr/bin/shutdown" }