on the other hand, we'll do that later

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-07 06:40:12 +03:00
parent cb490fd061
commit cb28873699
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pkgrel=2
arch=( 'any' )
url='https://code.fleshless.org/Spark/spark-rc'
depends=( halt-ubase-git killall5-ubase-git )
depends=( halt-ubase-git )
conflicts=( sysvinit-tools-adds )
backup=( 'etc/rc.conf' )
@ -24,7 +24,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
make USR=/usr DESTDIR="$pkgdir" install
rm "$pkgdir/usr/bin/killall5"
}
sha1sums=('05ff6e30aedc5c71e11dc5d8156f81a766f458ba')