device/device-pine64-a64lts: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 19:39:41 +03:00 committed by Bart Ribbers
parent 038943efdd
commit 72c6faab83
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,8 +1,9 @@
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Martijn Braam <martijn@brixit.nl>
pkgname="device-pine64-a64lts"
pkgdesc="PINE64 A64-LTS"
pkgver=0.3
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -17,7 +18,7 @@ source="
build() {
devicepkg_build $startdir $pkgname
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir"/uboot-script.cmd "$srcdir"/boot.scr
}
package() {