summaryrefslogtreecommitdiff
path: root/packaging/libshortcut.spec
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-08-19 17:48:59 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-08-19 17:48:59 +0900
commitc82da819e6c87da608a99b11c12226d1da85f6e2 (patch)
tree719aff6715704eed5b275fcfe1ee8630e2c2f501 /packaging/libshortcut.spec
parent02c03f3f146649701d2311f9ac0b6231b80f4352 (diff)
downloadshortcut-c82da819e6c87da608a99b11c12226d1da85f6e2.tar.gz
shortcut-c82da819e6c87da608a99b11c12226d1da85f6e2.tar.bz2
shortcut-c82da819e6c87da608a99b11c12226d1da85f6e2.zip
Change-Id: Ib69c50b21cd989809c4921c2979323ce7bd1c249 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Diffstat (limited to 'packaging/libshortcut.spec')
-rwxr-xr-xpackaging/libshortcut.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/libshortcut.spec b/packaging/libshortcut.spec
index 539a743..baafc53 100755
--- a/packaging/libshortcut.spec
+++ b/packaging/libshortcut.spec
@@ -53,9 +53,9 @@ make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
-mkdir -p %{buildroot}/opt/dbspace
-touch %{buildroot}/opt/dbspace/.shortcut_service.db
-touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal
+mkdir -p %{buildroot}/usr/dbspace
+touch %{buildroot}/usr/dbspace/.shortcut_service.db
+touch %{buildroot}/usr/dbspace/.shortcut_service.db-journal
%post -n %{name} -p /sbin/ldconfig
%postun -n %{name} -p /sbin/ldconfig
@@ -66,8 +66,8 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal
%{_libdir}/*.so*
%{_prefix}/etc/package-manager/parserlib/*
%{_datarootdir}/license/*
-%attr(640,root,app) /opt/dbspace/.shortcut_service.db
-%attr(640,root,app) /opt/dbspace/.shortcut_service.db-journal
+%attr(640,root,app) /usr/dbspace/.shortcut_service.db
+%attr(640,root,app) /usr/dbspace/.shortcut_service.db-journal
%files devel
%manifest %{name}.manifest