summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-03-01 19:50:33 +0100
committerSimon Busch <morphis@gravedo.de>2011-03-01 21:01:30 +0100
commit2bd8ccc0627edd10eca5716f607773d0f289e9e9 (patch)
tree71211cf6058d36df634832ca26da3337701563a3
parente2121e9641dedb69b35362572babafc3dfa5bcd8 (diff)
downloadopenembedded-2bd8ccc0627edd10eca5716f607773d0f289e9e9.tar.gz
tsmd: install script to /usr/bin and not to /bin and bmp PR
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/palmpre/tsmd_git.bb4
1 files changed, 2 insertions, 2 deletions
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
}