packages/gtk-webcore/osb-jscore_svn.bb
authorPhilippe De Swert <philippedeswert@scarlet.be>
Fri, 6 Apr 2007 21:28:43 +0000 (21:28 +0000)
committerPhilippe De Swert <philippedeswert@scarlet.be>
Fri, 6 Apr 2007 21:28:43 +0000 (21:28 +0000)
* fix issue with missing create_hash_table script

packages/gtk-webcore/osb-jscore_svn.bb

index eb65a9b..25e42cd 100644 (file)
@@ -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
 }