device/device-pine64-dontbeevil: fix APKBUILD (!874)
This commit is contained in:
parent
72c6faab83
commit
0dba888ca4
@ -1,8 +1,9 @@
|
|||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname="device-pine64-dontbeevil"
|
pkgname="device-pine64-dontbeevil"
|
||||||
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=12
|
pkgrel=13
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
@ -26,7 +27,7 @@ source="
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
devicepkg_build $startdir $pkgname
|
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() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user