* [bug#75165] [PATCH] gnu: acpilight: install udev rules correctly
@ 2024-12-28 19:24 45mg
0 siblings, 0 replies; only message in thread
From: 45mg @ 2024-12-28 19:24 UTC (permalink / raw)
To: 75165; +Cc: 45mg, Leo Famulari, Wilko Meyer
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
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 78d3d737b5..81757613ca 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7987,7 +7987,7 @@ (define-public acpilight
(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)
base-commit: 5b8c19c2089c18a98eed87a10a303d24ea9666db
--
2.47.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-28 19:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28 19:24 [bug#75165] [PATCH] gnu: acpilight: install udev rules correctly 45mg
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).