summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuhee,park <juhee82.park@samsung.com>2015-08-17 19:24:16 +0900
committerjuhee,park <juhee82.park@samsung.com>2015-08-17 19:24:54 +0900
commite5aa9c69c5a12c2b4c5b4791d1d22ad27ee07c9f (patch)
tree4a1660cdfb06148432aef2b2b0b1b7fa0f098d21
parenta7ec8e862cd7eacd735771e40e06658d99722127 (diff)
downloadquickpanel-e5aa9c69c5a12c2b4c5b4791d1d22ad27ee07c9f.tar.gz
quickpanel-e5aa9c69c5a12c2b4c5b4791d1d22ad27ee07c9f.tar.bz2
quickpanel-e5aa9c69c5a12c2b4c5b4791d1d22ad27ee07c9f.zip
Change-Id: I31bb826fe16aaff331fbaa2c25162a2c095b28db
-rw-r--r--packaging/org.tizen.quickpanel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec
index 5112b07..4433852 100644
--- a/packaging/org.tizen.quickpanel.spec
+++ b/packaging/org.tizen.quickpanel.spec
@@ -113,9 +113,9 @@ make %{?jobs:-j%jobs}
rm -rf %{buildroot}
%make_install
-mkdir -p %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants
-install -m 0644 %SOURCE102 %{buildroot}%{_libdir}/systemd/system/quickpanel.service
-ln -s ../quickpanel.service %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/quickpanel.service
+mkdir -p %{buildroot}%{_unitdir}/systemd/system/multi-user.target.wants
+install -m 0644 %SOURCE102 %{buildroot}%{_unitdir}/systemd/system/quickpanel.service
+ln -s ../quickpanel.service %{buildroot}%{_unitdir}/systemd/system/multi-user.target.wants/quickpanel.service
mkdir -p %{buildroot}/usr/share/license
cp -f LICENSE %{buildroot}/usr/share/license/%{PKGNAME}
@@ -135,8 +135,8 @@ cp -f LICENSE %{buildroot}/usr/share/license/%{PKGNAME}
%{RESDIR}/*
/usr/share/packages/%{PKGNAME}.xml
%{_sysconfdir}/init.d/quickpanel
-%{_libdir}/systemd/system/quickpanel.service
-%{_libdir}/systemd/system/multi-user.target.wants/quickpanel.service
+%{_unitdir}/systemd/system/quickpanel.service
+%{_unitdir}/systemd/system/multi-user.target.wants/quickpanel.service
/usr/share/license/%{PKGNAME}
/usr/apps/%{PKGNAME}/shared/res/icons/*
/usr/apps/%{PKGNAME}/shared/res/noti_icons/*