1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: acpilight: Install udev rules correctly.

udev rules need to go into the lib/udev/rules.d/ output directory for
`udev-rules-service` to pick them up.

* gnu/packages/linux.scm (acpilight): sysconfdir=/lib.

Change-Id: I9fa2ce3ccebd87303efc3fa58b7233d8b8905a97
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
45mg
2024-12-28 14:24:18 -05:00
committed by Ludovic Courtès
parent 86fa215a4f
commit d17cd107f5

View File

@@ -8013,7 +8013,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
(list #:tests? #f ; no tests
#:make-flags
#~(list (string-append "prefix=" #$output)
(string-append "sysconfdir=" #$output "/etc"))
(string-append "sysconfdir=" #$output "/lib")) ;udev rule
#:phases
#~(modify-phases %standard-phases
(delete 'configure)