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:
parent
d175b10ef2
commit
1fdfc60c36
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue