Skip to content
Snippets Groups Projects
Commit f0a2d84c authored by Pablo Correa Gómez's avatar Pablo Correa Gómez Committed by Natanael Copa
Browse files

community/wluma: install udev rules under /usr

parent 40b203a2
No related branches found
No related tags found
1 merge request!72695main/eudev: move library to /usr/lib and move rules hard-coded to /lib/udev/rules.d
......@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=wluma
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="Automatic brightness adjustment based on screen contents and ALS"
url="https://github.com/maximbaz/wluma"
# s390x: no desktop on this arch
......@@ -47,7 +47,7 @@ check() {
package() {
install -D -m755 target/release/wluma -t "$pkgdir"/usr/bin/
install -D -m644 90-wluma-backlight.rules -t "$pkgdir"/lib/udev/rules.d/
install -D -m644 90-wluma-backlight.rules -t "$pkgdir"/usr/lib/udev/rules.d/
install -D -m644 config.toml.example "$pkgdir"/etc/xdg/wluma/config.toml
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment