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

This commit is contained in:
HenriDellal 2020-01-10 13:32:51 +03:00 committed by Bart Ribbers
parent d8891e83ff
commit 7d1b335f57
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61

View File

@ -1,8 +1,9 @@
# Reference: <https://postmarketos.org/devicepkg> # Reference: <https://postmarketos.org/devicepkg>
# Contributor: Ingo Feinerer <feinerer@logic.at>
pkgname="device-htc-protou" pkgname="device-htc-protou"
pkgdesc="HTC Desire X" pkgdesc="HTC Desire X"
pkgver=0.1 pkgver=0.1
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armv7" arch="armv7"
@ -19,8 +20,8 @@ build() {
package() { package() {
devicepkg_package $startdir $pkgname devicepkg_package $startdir $pkgname
install -Dm644 "$srcdir/pointercal" \ install -Dm644 "$srcdir"/pointercal \
"$pkgdir/etc/pointercal" "$pkgdir"/etc/pointercal
# Disable v4l (video4linux), because without the camera firmware # Disable v4l (video4linux), because without the camera firmware
# blobs this makes udev hang with the kernel this device uses (#1033) # blobs this makes udev hang with the kernel this device uses (#1033)