Skip to content

Commit

Permalink
fix(bluetooth): dbus configuration path fixes
Browse files Browse the repository at this point in the history
Add a missing /usr/share path ( fixes #1627 )
Use variable instead of hard path
  • Loading branch information
johannbg committed Feb 5, 2022
1 parent 51ce889 commit 34b1dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules.d/62bluetooth/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ install() {
local -a var_lib_files

inst_multiple \
"$dbussystem"/bluetooth.conf \
"${systemdsystemunitdir}/bluetooth.target" \
"${systemdsystemunitdir}/bluetooth.service" \
bluetoothctl
Expand All @@ -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

Expand Down

0 comments on commit 34b1dd2

Please sign in to comment.