obexpush: ship daemon in sbindir
authorMichael Lauer <mickey@vanille-media.de>
Sun, 21 Aug 2005 23:01:41 +0000 (23:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 Aug 2005 23:01:41 +0000 (23:01 +0000)
packages/obexpush/obexpush_1.0.0.bb

index dbbe989..b441e7c 100644 (file)
@@ -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