depend tools on sinit

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-11-23 21:58:13 +03:00
parent d75155e422
commit c6973f7ce7
1 changed files with 3 additions and 1 deletions

View File

@ -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"
}