main/postmarketos-base-eink: install udev rule under /usr (MR 5663)

[ci:ignore-count]

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Pablo Correa Gómez 2024-10-02 15:25:34 +02:00
parent d175b10ef2
commit 1fdfc60c36
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -1,7 +1,7 @@
# Maintainer: Petr Hodina <phodina@protonmail.com>
pkgname=postmarketos-base-eink
pkgver=1
pkgrel=1
pkgrel=2
pkgdesc="Base package with some opinionated default for e-ink devices"
# It's worth emphasising the word "opinionated" here, e-ink has some
# obvious differences compared to regular displays, there are cases
@ -28,7 +28,7 @@ builddir="$srcdir/"
package() {
mkdir -p "$pkgdir"
install -Dm644 "$srcdir"/83-backlight.rules \
"$pkgdir"/lib/udev/rules.d
"$pkgdir"/usr/lib/udev/rules.d
}
gnome() {