From ba5776b7562a190ff7162530515daa8c2b152365 Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Wed, 24 Jun 2020 14:37:54 +0900 Subject: [PATCH] Change the service file path for 64bit build Change-Id: Ia86d30f0caabbf805c416ee6f494e07aa30375a3 Signed-off-by: Jaehyun Kim --- packaging/clat.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/clat.spec b/packaging/clat.spec index c1cbae5..c4609f1 100644 --- a/packaging/clat.spec +++ b/packaging/clat.spec @@ -60,14 +60,14 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/dbus-1/system-services/org.tizen.clatd.ser mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d/ cp -v %{SOURCE2} %{buildroot}%{_sysconfdir}/dbus-1/system.d/org.tizen.clatd.conf -mkdir -p %{buildroot}%{_libdir}/systemd/system/ -cp -v %{SOURCE3} %{buildroot}%{_libdir}/systemd/system/ +mkdir -p %{buildroot}%{_unitdir} +cp -v %{SOURCE3} %{buildroot}%{_unitdir} %files %manifest clatd.manifest %attr(644,-,-) %{_sysconfdir}/*.conf %attr(644,root,root) %{_datadir}/dbus-1/system-services/* %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/org.tizen.clatd.conf -%attr(644,root,root) %{_libdir}/systemd/system/clat.service +%attr(644,root,root) %{_unitdir}/clat.service %{_bindir}/clatd %license LICENSE -- 2.7.4