git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624b3fd
)
libhildonfm : Check for directory existance and create if failed.
author
Robert Schuster
<thebohemian@gmx.net>
Tue, 4 Mar 2008 19:56:19 +0000
(19:56 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Tue, 4 Mar 2008 19:56:19 +0000
(19:56 +0000)
packages/maemo4/libhildonfm.inc
patch
|
blob
|
history
diff --git
a/packages/maemo4/libhildonfm.inc
b/packages/maemo4/libhildonfm.inc
index
b6c20a4
..
26c1555
100644
(file)
--- a/
packages/maemo4/libhildonfm.inc
+++ b/
packages/maemo4/libhildonfm.inc
@@
-16,6
+16,11
@@
PARALLEL_MAKE = ""
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/
}