summaryrefslogtreecommitdiff
path: root/packages/maemo4/libhildonfm.inc
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-07 13:05:07 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-07 13:05:07 +0000
commit0b098d35b319ed6c00f363cb0d4fd447d7fb8d57 (patch)
treea830bf983a66688f5648cd83e362c4fea2f48f6b /packages/maemo4/libhildonfm.inc
parent06fb90eb31b0b85a5c5c7adf185ce2515c5b1220 (diff)
parentd3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff)
merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
and '86618f966282489d43b51fbf0ee93b954ac615ae'
Diffstat (limited to 'packages/maemo4/libhildonfm.inc')
-rw-r--r--packages/maemo4/libhildonfm.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/maemo4/libhildonfm.inc b/packages/maemo4/libhildonfm.inc
index b6c20a4499..26c1555e52 100644
--- 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/
}