1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-13 00:29:49 +03:00

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