device/device-hisense-m470bsa: fix APKBUILD (!874)
This commit is contained in:
parent
9f6a0037dc
commit
4689fe78c7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue