From: Graydon, Tracy Date: Thu, 2 May 2013 22:03:15 +0000 (-0700) Subject: Spec tweak for mkdir command. X-Git-Tag: accepted/2.0alpha-wayland/20130502.213106^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=profile%2Fivi%2Fmenu-screen.git Spec tweak for mkdir command. --- diff --git a/packaging/org.tizen.menu-screen.changes b/packaging/org.tizen.menu-screen.changes index d752611..d94f16d 100644 --- a/packaging/org.tizen.menu-screen.changes +++ b/packaging/org.tizen.menu-screen.changes @@ -1,3 +1,6 @@ +* Thu May 2 22:02:37 UTC 2013 - tracy.graydon@intel.com +- Add -p to the mkdir command in the spec + * Mon Feb 11 2013 Jimmy Huang e25e215 - Removed build dependency on libslp-utilx - Temporary hack to fix not launching apps when clicked diff --git a/packaging/org.tizen.menu-screen.spec b/packaging/org.tizen.menu-screen.spec index 3e287a1..1532f81 100644 --- a/packaging/org.tizen.menu-screen.spec +++ b/packaging/org.tizen.menu-screen.spec @@ -38,8 +38,6 @@ BuildRequires: gettext-tools %description An utility library for developers of the menu screen. - - %package devel Summary: An utility library of the menu screen (devel) Group: Development/Libraries @@ -59,7 +57,7 @@ make %{?jobs:-j%jobs} %install %make_install -mkdir %{buildroot}/opt/apps/org.tizen.menu-screen/data +mkdir -p %{buildroot}/opt/apps/org.tizen.menu-screen/data %post