guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: bluez: Set sysconfdir and localstatedir.


From: ???
Subject: 02/04: gnu: bluez: Set sysconfdir and localstatedir.
Date: Sat, 18 Jun 2016 01:53:21 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit f3dbc62664d94e88a84ff007e5103d6972573a12
Author: 宋文武 <address@hidden>
Date:   Fri Jun 17 19:14:10 2016 +0800

    gnu: bluez: Set sysconfdir and localstatedir.
    
    * gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
    and '--localstatedir=/var'.
---
 gnu/packages/linux.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b6fa7c0..4200117 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2423,7 +2423,9 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
     (arguments
      '(#:configure-flags
        (let ((out (assoc-ref %outputs "out")))
-         (list "--enable-library"
+         (list "--sysconfdir=/etc"
+               "--localstatedir=/var"
+               "--enable-library"
                "--disable-systemd"
                ;; Install dbus/udev files to the correct location.
                (string-append "--with-dbusconfdir=" out "/etc")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]