remove srcinfo and a stray empty line

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-11-20 01:00:49 +03:00
parent 6a7d0a2425
commit 643990d72e
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
# Generated by mksrcinfo v8
# Thu Feb 25 02:58:51 UTC 2016
pkgbase = spark-rc
pkgdesc = A simple rc script
pkgver = 1.9.1
pkgrel = 1
url = https://gitlab.com/fbt/spark-rc
arch = any
license = BSD
conflicts = sysvinit-tools-adds
backup = etc/rc.conf
source = https://gitlab.com/fbt/spark-rc/repository/archive.tar.gz?ref=1.9.1
sha1sums = 1014adef3b8cbf6e0830d4bc167aad41d8117eb4
pkgname = spark-rc

View File

@ -23,7 +23,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make USR=/usr DESTDIR="$pkgdir" install
}