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