[oe-commits] org.oe.dev libhildonfm : Check for directory existance and create if failed.

thebohemian commit openembedded-commits at lists.openembedded.org
Tue Mar 4 22:34:47 UTC 2008


libhildonfm : Check for directory existance and create if failed.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: c93306d4f46a3c6202a5b3d330190edb629f43ec
ViewMTN: http://monotone.openembedded.org/revision/info/c93306d4f46a3c6202a5b3d330190edb629f43ec
Files:
1
packages/maemo4/libhildonfm.inc
Diffs:

#
# mt diff -r9afa6a2ffd0a6096705798ab2b26816d4e993fdb -rc93306d4f46a3c6202a5b3d330190edb629f43ec
#
# 
# 
# patch "packages/maemo4/libhildonfm.inc"
#  from [702ae68cf109a6449b217f12b2a3a9ae5b0ce95c]
#    to [de522fbf4f35d5ed4566913669b9c22bd1e7657b]
# 
============================================================
--- packages/maemo4/libhildonfm.inc	702ae68cf109a6449b217f12b2a3a9ae5b0ce95c
+++ packages/maemo4/libhildonfm.inc	de522fbf4f35d5ed4566913669b9c22bd1e7657b
@@ -16,6 +16,11 @@ do_stage() {
 
 do_stage() {
 	autotools_stage_all
+  if [ ! -d ${STAGING_INCDIR}/hildon-widgets ]
+  then
+    mkdir -p ${STAGING_INCDIR}/hildon-widgets
+  fi
+
 	ln -sf ${STAGING_INCDIR}/hildon-fm-2/hildon/* ${STAGING_INCDIR}/hildon-widgets/
 }
 






More information about the Openembedded-commits mailing list