Don't use the bash killall5 implementation, we have one from suckless instead

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2022-03-27 14:50:00 +03:00
parent 8af9cb81f7
commit 1c1fe044f9
1 changed files with 4 additions and 2 deletions

View File

@ -5,11 +5,11 @@ pkgname='spark-rc'
pkgdesc='A simple rc script'
license=( 'BSD' )
pkgver=1.12.2
pkgrel=2
pkgrel=3
arch=( 'any' )
url='https://code.fleshless.org/Spark/spark-rc'
depends=( 'halt-ubase-git' 'inetutils' )
depends=( 'halt-ubase-git' 'inetutils' 'killall5-ubase-git' )
conflicts=( 'sysvinit-tools-adds' )
backup=( 'etc/rc.conf' )
@ -24,6 +24,8 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
make USR=/usr DESTDIR="$pkgdir" install
rm -v "$pkgdir/usr/bin/killall5"
}
sha1sums=('1597fa8ae438a1d3f84a6d6c43369054fd4c8bfa')