From: Simon Busch Date: Tue, 1 Mar 2011 18:50:33 +0000 (+0100) Subject: tsmd: install script to /usr/bin and not to /bin and bmp PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd8ccc0627edd10eca5716f607773d0f289e9e9;p=openembedded.git tsmd: install script to /usr/bin and not to /bin and bmp PR Signed-off-by: Simon Busch --- diff --git a/recipes/palmpre/tsmd_git.bb b/recipes/palmpre/tsmd_git.bb index 0cef19edc1..b0bb7f16d4 100644 --- a/recipes/palmpre/tsmd_git.bb +++ b/recipes/palmpre/tsmd_git.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "tslib" -PR = "r3" +PR = "r4" PV = "1.0.0+gitr${SRCPV}" SRCREV = "9262a2e4f8f6e6c7bcacf1eeae0ad348cbfcce06" @@ -29,5 +29,5 @@ do_install_append() { install -d 0644 ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/ install -d 0644 ${D}${base_bindir}/ - install -m 0755 ${WORKDIR}/tsmd_control ${D}${base_bindir}/tsmd_control + install -m 0755 ${WORKDIR}/tsmd_control ${D}${exec_prefix}/bin/tsmd_control }