killall5 dep

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-07 06:34:22 +03:00
parent 813569b539
commit b6a221c0c2
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pkgname='spark-rc'
pkgdesc='A simple rc script'
license=( 'BSD' )
pkgver=1.12.1
pkgrel=1
pkgrel=2
arch=( 'any' )
url='https://code.fleshless.org/Spark/spark-rc'
@ -24,6 +24,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
make USR=/usr DESTDIR="$pkgdir" install
rm "$pkgdir/usr/bin/killall5"
}
sha1sums=('05ff6e30aedc5c71e11dc5d8156f81a766f458ba')