From a013fa4b421f10582ac865a87594e2bfe8451405 Mon Sep 17 00:00:00 2001 From: seungku kim Date: Fri, 3 Jul 2015 10:39:55 +0900 Subject: [PATCH] Fix wearable build error Change-Id: If688d534b295ebc16bd44bf53f31423a286c82c9 --- packaging/bluetooth-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index 2352b23..67f88c5 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -81,7 +81,7 @@ install -D -m 0644 LICENSE.APLv2 %{buildroot}%{_datadir}/license/bluetooth-tools %files %manifest %{name}.manifest %defattr(-,root,root,-) -%if "%{profile}" == "mobile" +%if "%{profile}" == "mobile" || "%{profile}" == "wearable" %exclude %{_sysconfdir}/rc.d/init.d/bluetooth-address %else %{_sysconfdir}/rc.d/init.d/bluetooth-address -- 2.7.4