mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 15:12:52 +00:00
Updated to 5.50
This commit is contained in:
parent
58859026a4
commit
5a363f237e
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ These are the official Bluetooth communication libraries for Linux.
|
|||
%dir %{_libdir}/bluetooth
|
||||
%dir %{_libdir}/bluetooth/plugins
|
||||
%{_libdir}/bluetooth/plugins/sixaxis.so
|
||||
%{_udevrulesdir}/97-bluetooth.rules
|
||||
%{_sysconfdir}/udev/rules.d/97-bluetooth.rules
|
||||
%{_sysconfdir}/udev/rules.d/10-local.rules
|
||||
%{_sysconfdir}/modprobe.d/bluetooth.conf
|
||||
|
||||
|
@ -261,9 +261,9 @@ cp test/simple-agent %{buildroot}%{_bindir}/simple-agent
|
|||
rm %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules
|
||||
install -p -m644 tools/hid2hci.rules -D %{buildroot}/lib/udev/rules.d/97-hid2hci.rules
|
||||
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/udev/rules.d/10-local.rules
|
||||
install -m644 %{SOURCE7} -D %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
||||
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/udev/rules.d/97-bluetooth.rules
|
||||
install -m644 %{SOURCE8} -D %{buildroot}%{_unitdir}/bluetooth.service
|
||||
sed s,"/usr/bin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g -i %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
||||
sed s,"/usr/bin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g -i %{buildroot}%{_sysconfdir}/udev/rules.d/97-bluetooth.rules
|
||||
|
||||
#install more config files
|
||||
install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
||||
|
|
Loading…
Add table
Reference in a new issue