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:
4e11a3a
)
Start work on an install target for appweb.
author
Chris Larson
<clarson@kergoth.com>
Wed, 4 Feb 2004 02:46:12 +0000
(
02:46
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 4 Feb 2004 02:46:12 +0000
(
02:46
+0000)
BKrev: 40205cf4BIICWNOfQ6OUQRG-R_PZKg
nonworking/appweb/appweb_1.0.0.oe
patch
|
blob
|
history
diff --git
a/nonworking/appweb/appweb_1.0.0.oe
b/nonworking/appweb/appweb_1.0.0.oe
index
6826589
..
03e17d1
100644
(file)
--- 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/
}