From: 45mg <45mg.writes@gmail.com>
To: 75165@debbugs.gnu.org
Cc: 45mg <45mg.writes@gmail.com>, Leo Famulari <leo@famulari.name>,
Wilko Meyer <w@wmeyer.eu>
Subject: [bug#75165] [PATCH] gnu: acpilight: install udev rules correctly
Date: Sat, 28 Dec 2024 14:24:18 -0500 [thread overview]
Message-ID: <c35070409228adac64bd135f174d04ed496c5c37.1735413858.git.45mg.writes@gmail.com> (raw)
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
reply other threads:[~2024-12-28 19:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c35070409228adac64bd135f174d04ed496c5c37.1735413858.git.45mg.writes@gmail.com \
--to=45mg.writes@gmail.com \
--cc=75165@debbugs.gnu.org \
--cc=leo@famulari.name \
--cc=w@wmeyer.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).