From 64bf710e08fdfc4238e6d678ac3b2a02f374b5c4 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Tue, 11 Oct 2022 17:28:43 +0900 Subject: [PATCH] Fix invalid path in aarch64 Change-Id: I9d6c329b47ecbb4b44a8a47a6cd44318910e6fe3 --- packaging/bluetooth-agent.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index 81da085..70bc363 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -155,8 +155,7 @@ find . -name '*.gcno' -exec cp '{}' gcov-obj ';' rm -rf %{buildroot} %make_install -mkdir -p %{buildroot}%{_libdir}/systemd/system/ -mkdir -p %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/ +mkdir -p %{buildroot}%{_unitdir}/multi-user.target.wants/ # This usage of profile macro does NOT conflict 4.0 configurability. #%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" @@ -186,8 +185,8 @@ pushd unittest popd %endif -install -D -m 0644 packaging/bluetooth-hf-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-hf-agent.service -ln -s ../bluetooth-hf-agent.service %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/bluetooth-hf-agent.service +install -D -m 0644 packaging/bluetooth-hf-agent.service %{buildroot}%{_unitdir}/bluetooth-hf-agent.service +ln -s ../bluetooth-hf-agent.service %{buildroot}%{_unitdir}/multi-user.target.wants/bluetooth-hf-agent.service %files %manifest %{name}.manifest @@ -215,10 +214,9 @@ ln -s ../bluetooth-hf-agent.service %{buildroot}%{_libdir}/systemd/system/multi- %{_datadir}/dbus-1/system-services/org.bluez.hf_agent.service %{_sysconfdir}/dbus-1/system.d/bluetooth-hf-agent.conf %{_unitdir}/bluetooth-hf-agent.service +%{_unitdir}/multi-user.target.wants/bluetooth-hf-agent.service #%exclude %{_unitdir}/bluetooth-map-agent.service #%exclude %{_unitdir}/bluetooth-pbap-agent.service -%{_libdir}/systemd/system/bluetooth-hf-agent.service -%{_libdir}/systemd/system/multi-user.target.wants/bluetooth-hf-agent.service %files map %manifest %{name}.manifest -- 2.7.4