Compare commits

..

No commits in common. "0af4691486faefe233ba667a8ebf7dbbc778eca1" and "b6a221c0c2eee5f3a33b5d0eca20634b5813e015" have entirely different histories.

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=3
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')