device/device-htc-m8: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:50 +03:00 committed by Bart Ribbers
parent bbdbdba5c1
commit 164633103c
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: Nick Boone <fooforever@gmail.com>
pkgname="device-htc-m8"
pkgdesc="HTC One M8"
pkgver=0.1
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armhf"
@ -19,7 +20,6 @@ build() {
package() {
devicepkg_package $startdir $pkgname
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
}