aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexpush
diff options
context:
space:
mode:
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