aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-webcore
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@scarlet.be>2007-04-06 21:28:43 +0000
committerPhilippe De Swert <philippedeswert@scarlet.be>2007-04-06 21:28:43 +0000
commitfdc7fdcb290bc46bc52e2b5b40c0cf1b9fcac8b1 (patch)
tree59a428cc9dc3947db8d386ba7e2fcbeea7eff3a0 /packages/gtk-webcore
parentcca905467065130536d54f33de48d7ce8ae75c3d (diff)
downloadopenembedded-fdc7fdcb290bc46bc52e2b5b40c0cf1b9fcac8b1.tar.gz
packages/gtk-webcore/osb-jscore_svn.bb
* fix issue with missing create_hash_table script
Diffstat (limited to 'packages/gtk-webcore')
-rw-r--r--packages/gtk-webcore/osb-jscore_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gtk-webcore/osb-jscore_svn.bb b/packages/gtk-webcore/osb-jscore_svn.bb
index eb65a9b2fc..25e42cd85c 100644
--- a/packages/gtk-webcore/osb-jscore_svn.bb
+++ b/packages/gtk-webcore/osb-jscore_svn.bb
@@ -35,5 +35,7 @@ do_stage () {
install -d ${STAGING_INCDIR}/osb/JavaScriptCore
for i in ${S}/kjs/*.h ${S}/kjs/new; do
install -m 0644 $i ${STAGING_INCDIR}/osb/JavaScriptCore
+ install -d ${STAGING_INCDIR}/../share/osb-jscore
+ install -m 0755 ${S}/kjs/create_hash_table ${STAGING_INCDIR}/../share/osb-jscore
done
}