device/device-htc-m8: fix APKBUILD (!874)
This commit is contained in:
parent
bbdbdba5c1
commit
164633103c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue