GNU bug report logs - #66099
[PATCH gnome-team 0/3] Update upower

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Tue, 19 Sep 2023 11:40:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 66099 <at> debbugs.gnu.org, Liliana Marie Prikler <liliana.prikler <at> gmail.com>, rg <at> raghavgururajan.name
Subject: [bug#66099] [PATCH gnome-team v8 3/6] services: udev: Make udev-rule helper functions generic.
Date: Sat, 07 Oct 2023 10:45:13 -0400
Hi,

Vivien Kraus <vivien <at> planete-kraus.eu> writes:

[...]

> -                       (define rules.d
> -                         (string-append #$output "/lib/udev/rules.d"))
> +                       (define conf.d
> +                         (string-append #$output
> +                                        "/lib/udev/"
> +                                        #$subdirectory
> +                                        ".d"))
>  
>                         (define file-copy-dest
> -                         (string-append rules.d "/" #$file-name))
> +                         (string-append conf.d "/" #$file-name))
>  
> -                       (mkdir-p rules.d)
> +                       (mkdir-p conf.d)

Since conf.d doesn't map to a directory of the same name, I'd use
something more abstract like config-directory or similar.

-- 
Thanks,
Maxim




This bug report was last modified 1 year and 224 days ago.

Previous Next


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