forked from Mirror/pmbootstrap
pmb.aportgen: pkgname="..." -> pkgname=... (remove quotes) (MR 1924)
apkbuild-lint complains: TP:[AL3]:APKBUILD:4:pkgname must not be quoted
This commit is contained in:
parent
2ca09cd21c
commit
2e9279ac21
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
|
|||
# Reference: <https://postmarketos.org/vendorkernel>
|
||||
# Kernel config based on: arch/{carch}/configs/(CHANGEME!)
|
||||
|
||||
pkgname="{pkgname}"
|
||||
pkgname={pkgname}
|
||||
pkgver=3.x.x
|
||||
pkgrel=0
|
||||
pkgdesc="{deviceinfo["name"]} kernel fork"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue