mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 15:12:52 +00:00
Fix sed usage
This commit is contained in:
parent
49506d318d
commit
a1f1de390f
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ cp test/simple-agent %{buildroot}%{_bindir}/simple-agent
|
||||||
rm %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules
|
rm %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules
|
||||||
install -p -m644 tools/hid2hci.rules -D %{buildroot}/lib/udev/rules.d/97-hid2hci.rules
|
install -p -m644 tools/hid2hci.rules -D %{buildroot}/lib/udev/rules.d/97-hid2hci.rules
|
||||||
install -m644 %{SOURCE5} -D %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
install -m644 %{SOURCE5} -D %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
||||||
sed -s,"/usr/bin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
sed s,"/usr/bin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g -i %{buildroot}%{_udevrulesdir}/97-bluetooth.rules
|
||||||
|
|
||||||
#install more config files
|
#install more config files
|
||||||
install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
||||||
|
|
Loading…
Add table
Reference in a new issue