GNU bug report logs - #75165
[PATCH] gnu: acpilight: install udev rules correctly

Previous Next

Package: guix-patches;

Reported by: 45mg <45mg.writes <at> gmail.com>

Date: Sat, 28 Dec 2024 19:25:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75165 in the body.
You can then email your comments to 75165 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#75165; Package guix-patches. (Sat, 28 Dec 2024 19:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 45mg <45mg.writes <at> gmail.com>:
New bug report received and forwarded. Copy sent to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org. (Sat, 28 Dec 2024 19:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 45mg <45mg.writes <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: 45mg <45mg.writes <at> gmail.com>
Subject: [PATCH] gnu: acpilight: install udev rules correctly
Date: Sat, 28 Dec 2024 14:24:18 -0500
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 sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 23 Feb 2025 22:48:02 GMT) Full text and rfc822 format available.

Notification sent to 45mg <45mg.writes <at> gmail.com>:
bug acknowledged by developer. (Sun, 23 Feb 2025 22:48:02 GMT) Full text and rfc822 format available.

Message #10 received at 75165-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 45mg <45mg.writes <at> gmail.com>
Cc: Wilko Meyer <w <at> wmeyer.eu>, Leo Famulari <leo <at> famulari.name>,
 75165-done <at> debbugs.gnu.org
Subject: Re: [bug#75165] [PATCH] gnu: acpilight: install udev rules correctly
Date: Sun, 23 Feb 2025 23:47:27 +0100
45mg <45mg.writes <at> gmail.com> skribis:

> 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

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 Mar 2025 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.