summaryrefslogtreecommitdiff
path: root/nonworking
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/appweb/appweb_1.0.0.oe7
1 files changed, 6 insertions, 1 deletions
diff --git a/nonworking/appweb/appweb_1.0.0.oe b/nonworking/appweb/appweb_1.0.0.oe
index 68265895d4..03e17d1563 100644
--- a/nonworking/appweb/appweb_1.0.0.oe
+++ b/nonworking/appweb/appweb_1.0.0.oe
@@ -73,5 +73,10 @@ do_stage () {
}
do_install () {
- :
+ install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \
+ ${D}/${libexecdir}/appWeb ${D}/${libdir}
+ install -m 0755 appWeb/appWeb ${D}/${sbindir}/
+ install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/
+ install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/
+ install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/
}