From 164633103c85a4001e4817b43bd967bc9b35eea2 Mon Sep 17 00:00:00 2001 From: HenriDellal Date: Fri, 10 Jan 2020 13:32:50 +0300 Subject: [PATCH] device/device-htc-m8: fix APKBUILD (!874) --- device/device-htc-m8/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }