device/device-htc-protou: fix APKBUILD (!874)
This commit is contained in:
parent
d8891e83ff
commit
7d1b335f57
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue