tsmd: install script to /usr/bin and not to /bin and bmp PR
authorSimon Busch <morphis@gravedo.de>
Tue, 1 Mar 2011 18:50:33 +0000 (19:50 +0100)
committerSimon Busch <morphis@gravedo.de>
Tue, 1 Mar 2011 20:01:30 +0000 (21:01 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/palmpre/tsmd_git.bb

index 0cef19e..b0bb7f1 100644 (file)
@@ -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
 }