gnu: bluez: Set sysconfdir and localstatedir.

* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
master
宋文武 2016-06-17 19:14:10 +08:00
parent 922e21f436
commit f3dbc62664
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 3 additions and 1 deletions

View File

@ -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")