From 3f288035bef06394e7a33437577187ba2fefab0a Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Fri, 21 Jun 2013 15:20:48 -0700 Subject: [PATCH] TIVI-1058: Create packaging directory needed to install web apps --- packaging/wrt-installer.changes | 3 +++ packaging/wrt-installer.spec | 2 ++ 2 files changed, 5 insertions(+) diff --git a/packaging/wrt-installer.changes b/packaging/wrt-installer.changes index be4a71b..b4848ea 100644 --- a/packaging/wrt-installer.changes +++ b/packaging/wrt-installer.changes @@ -1,3 +1,6 @@ +* Fri Jun 21 2013 Rusty Lynch submit/tizen/20130612.210456@76d6713 +- TIVI-1058: Create packaging directory needed to install web apps + * Wed Jun 12 2013 Rusty Lynch submit/tizen/20130603.180039@9007e4c - Turn off smack until the rest of the system is ready for it - Make smack a buildtime config option diff --git a/packaging/wrt-installer.spec b/packaging/wrt-installer.spec index bd7042a..38619fd 100644 --- a/packaging/wrt-installer.spec +++ b/packaging/wrt-installer.spec @@ -88,6 +88,7 @@ install -m 644 %{SOURCE100} %{buildroot}%{_libdir}/systemd/user mkdir -p %{buildroot}%{_libdir}/systemd/user/tizen-mobile-session.target.wants ln -s ../wrt-preinstall-widgets.service %{buildroot}%{_libdir}/systemd/user/tizen-mobile-session.target.wants +mkdir -p %{buildroot}/opt/share/packages %clean rm -rf %{buildroot} @@ -114,6 +115,7 @@ mkdir -p /opt/share/icons/default/small %{_datadir}/license/%{name} %{_libdir}/systemd/user/tizen-mobile-session.target.wants/wrt-preinstall-widgets.service %{_libdir}/systemd/user/wrt-preinstall-widgets.service +%dir /opt/share/packages %if %{with_tests} %attr(755,root,root) %{_bindir}/wrt-installer-tests-* /opt/share/widget/tests/installer/widgets/* -- 2.7.4