[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: wpa-supplicant: Install DBUS access configuration.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: wpa-supplicant: Install DBUS access configuration. |
Date: |
Thu, 26 Mar 2015 17:57:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Tomáš Čech <address@hidden> skribis:
> * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
s/DBUS/D-Bus/ (in the subject line as well)
> + (alist-cons-after
> + 'install-man-pages 'install-dbus-conf
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (dbus-path (string-append out "/etc/dbus-1/system.d")))
Add a space for proper alignment.
s/dbus-path/dir/ for instance (with GNU conventions, “path” refers to a
search path, not to a file/directory name.)
OK to push with these changes.
Thanks,
Ludo’.