depend tools on sinit
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
d75155e422
commit
c6973f7ce7
4
PKGBUILD
4
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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user