temp/libcamera: move udev rules under /usr (MR 5662)

This commit is contained in:
Pablo Correa Gómez 2024-09-29 16:29:13 +02:00 committed by Clayton Craft
parent b06f72b690
commit eb14e3b3e6
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=libcamera
pkgver=9999
_pkgver=0.3.2
pkgrel=5
pkgrel=6
pkgdesc="Linux camera framework"
url="https://libcamera.org/"
arch="all"
@ -97,7 +97,7 @@ package() {
done
install -Dm644 "$srcdir"/90-libcamera.rules \
-t "$pkgdir"/lib/udev/rules.d/
-t "$pkgdir"/usr/lib/udev/rules.d/
}
ipa() {