aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexpush
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-21 23:01:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-21 23:01:41 +0000
commitae42b584567768fdf2bdb8ec5ceee69fb6357c4d (patch)
treee4c15f3803c8ca6fdc933413934a0d735eab93d8 /packages/obexpush
parent84f9415eeac99317f70785939a9f139feba4736f (diff)
downloadopenembedded-ae42b584567768fdf2bdb8ec5ceee69fb6357c4d.tar.gz
obexpush: ship daemon in sbindir
Diffstat (limited to 'packages/obexpush')
-rw-r--r--packages/obexpush/obexpush_1.0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/obexpush/obexpush_1.0.0.bb b/packages/obexpush/obexpush_1.0.0.bb
index dbbe9894a0..b441e7c3a6 100644
--- a/packages/obexpush/obexpush_1.0.0.bb
+++ b/packages/obexpush/obexpush_1.0.0.bb
@@ -35,9 +35,10 @@ do_compile() {
do_install() {
install -d ${D}${bindir}
+ install -d ${D}${sbindir}
install -m 0755 client/ussp-push ${D}${bindir}
install -m 0755 client/obextool ${D}${bindir}
- install -m 0755 opd/opd ${D}${bindir}
+ install -m 0755 opd/opd ${D}${sbindir}
install -d ${D}${sysconfdir}/init.d
install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/opd