Spec tweak for mkdir command. 2.0alpha-wayland accepted/2.0alpha-wayland/20130502.213106 submit/2.0alpha-wayland/20130502.220322
authorGraydon, Tracy <tracy.graydon@intel.com>
Thu, 2 May 2013 22:03:15 +0000 (15:03 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Thu, 2 May 2013 22:03:15 +0000 (15:03 -0700)
packaging/org.tizen.menu-screen.changes
packaging/org.tizen.menu-screen.spec

index d752611..d94f16d 100644 (file)
@@ -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 <jimmy.huang@intel.com> e25e215
 - Removed build dependency on libslp-utilx
 - Temporary hack to fix not launching apps when clicked
index 3e287a1..1532f81 100644 (file)
@@ -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