From b24790dbf20f27ded05ecb9e2414f333be78428e Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Thu, 10 May 2018 09:32:05 +0900 Subject: [PATCH] Fix bluez-start.path file missing issue Change-Id: I2fba4110b1126938cd5e882aa4ffe4c5defac137 --- packaging/bluetooth-tools.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index 6facd2b..8953f8e 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -108,6 +108,7 @@ install -D -m 0644 packaging/bluetooth-hci-dump@.service %{buildroot}%{_libdir}/ %post mkdir -p %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ +mkdir -p %{_libdir}/systemd/system/multi-user.target.wants/ ln -sf %{_libdir}/systemd/system/bluetooth-hci-logger.service %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ ln -sf %{_libdir}/systemd/system/bluetooth-hci-logger.path %{_libdir}/systemd/system/multi-user.target.wants/bluetooth-hci-logger.path ln -sf %{_libdir}/systemd/system/bluetooth-hci-logger.path %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ -- 2.7.4