device/device-hisense-m470bsa: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:50 +03:00 committed by Bart Ribbers
parent 9f6a0037dc
commit 4689fe78c7
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: Hunter Sell <hsell25@gmail.com>
pkgname="device-hisense-m470bsa"
pkgdesc="Hisense Sero 7 Pro"
pkgver=0.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -20,7 +21,7 @@ build() {
package() {
devicepkg_package $startdir $pkgname
install -Dm644 "$srcdir"/modules-load.conf \
"$pkgdir"/etc/modules-load.d/01-${pkgname}.conf
"$pkgdir"/etc/modules-load.d/01-$pkgname.conf
install -Dm644 "$srcdir"/pointercal \
"$pkgdir"/etc/pointercal
}