mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
86fa215a4f
commit
d17cd107f5
1 changed files with 1 additions and 1 deletions
|
@ -8013,7 +8013,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
|
||||||
(list #:tests? #f ; no tests
|
(list #:tests? #f ; no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "prefix=" #$output)
|
#~(list (string-append "prefix=" #$output)
|
||||||
(string-append "sysconfdir=" #$output "/etc"))
|
(string-append "sysconfdir=" #$output "/lib")) ;udev rule
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue