From 34b1dd2e26c343e9000094db01a7985b6851adf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Sat, 11 Dec 2021 22:28:45 +0000 Subject: [PATCH] fix(bluetooth): dbus configuration path fixes Add a missing /usr/share path ( fixes #1627 ) Use variable instead of hard path --- modules.d/62bluetooth/module-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index b8270dd5..d75ea33a 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -56,6 +56,7 @@ install() { local -a var_lib_files inst_multiple \ + "$dbussystem"/bluetooth.conf \ "${systemdsystemunitdir}/bluetooth.target" \ "${systemdsystemunitdir}/bluetooth.service" \ bluetoothctl @@ -69,7 +70,7 @@ install() { inst_multiple \ /etc/bluetooth/main.conf \ - /etc/dbus-1/system.d/bluetooth.conf \ + "$dbussystemconfdir"/bluetooth.conf \ "${var_lib_files[@]#"$dracutsysrootdir"}" fi