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' )
|
pkgname=( 'sinit-sysvcompat' 'sinit-tools' )
|
||||||
license=( 'ISC' )
|
license=( 'ISC' )
|
||||||
pkgver=1.0.6
|
pkgver=1.0.6
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=( 'any' )
|
arch=( 'any' )
|
||||||
url='https://git.fleshless.org/sinit-tools'
|
url='https://git.fleshless.org/sinit-tools'
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ package_sinit-sysvcompat() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_sinit-tools() {
|
package_sinit-tools() {
|
||||||
|
depends=( 'sinit' )
|
||||||
|
|
||||||
install -Dm755 "${pkgname}-${pkgver}/shutdown" "${pkgdir}/usr/bin/shutdown"
|
install -Dm755 "${pkgname}-${pkgver}/shutdown" "${pkgdir}/usr/bin/shutdown"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user