diff --git a/device/device-htc-m8/APKBUILD b/device/device-htc-m8/APKBUILD index 537e2a4d1..c24df91e6 100644 --- a/device/device-htc-m8/APKBUILD +++ b/device/device-htc-m8/APKBUILD @@ -1,8 +1,9 @@ # Reference: +# Contributor: Nick Boone 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 }