From f3dbc62664d94e88a84ff007e5103d6972573a12 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Fri, 17 Jun 2016 19:14:10 +0800 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b6fa7c0545..42001175dc 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") -- cgit v1.2.3