Skip to content

Commit 34b1dd2

Browse files
committed
fix(bluetooth): dbus configuration path fixes
Add a missing /usr/share path ( fixes #1627 ) Use variable instead of hard path
1 parent 51ce889 commit 34b1dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules.d/62bluetooth/module-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ install() {
5656
local -a var_lib_files
5757

5858
inst_multiple \
59+
"$dbussystem"/bluetooth.conf \
5960
"${systemdsystemunitdir}/bluetooth.target" \
6061
"${systemdsystemunitdir}/bluetooth.service" \
6162
bluetoothctl
@@ -69,7 +70,7 @@ install() {
6970

7071
inst_multiple \
7172
/etc/bluetooth/main.conf \
72-
/etc/dbus-1/system.d/bluetooth.conf \
73+
"$dbussystemconfdir"/bluetooth.conf \
7374
"${var_lib_files[@]#"$dracutsysrootdir"}"
7475
fi
7576

0 commit comments

Comments
 (0)