aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-21 16:08:24 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-21 16:08:24 +0100
commit0a7ff95876597e5198631527538ca5db2a6a4245 (patch)
treeb869fa12a1d14a3077cb32d5af85dbc2c2b7b9cf /recipes
parent7982e2d27105d64623265401537cfd7670ecd3c6 (diff)
downloadopenembedded-0a7ff95876597e5198631527538ca5db2a6a4245.tar.gz
e-wm-sysactions-shr: install lock.sh
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/shr/e-wm-sysactions-shr_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/e-wm-sysactions-shr_git.bb b/recipes/shr/e-wm-sysactions-shr_git.bb
index 1474651093..6c46ed8558 100644
--- a/recipes/shr/e-wm-sysactions-shr_git.bb
+++ b/recipes/shr/e-wm-sysactions-shr_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "illume SHR sysactions config"
SECTION = "e/utils"
LICENSE = "MIT BSD"
PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
RPROVIDES_${PN} = "e-wm-sysactions"
RCONFLICTS_${PN} = "e-wm-sysactions"
@@ -18,4 +18,5 @@ do_install() {
install -d ${D}${sysconfdir}/enlightenment/
install -m 0755 ${S}/sysactions.conf ${D}${sysconfdir}/enlightenment/sysactions.conf
install -m 0755 ${S}/suspend.sh ${D}${sysconfdir}/enlightenment/suspend.sh
+ install -m 0755 ${S}/lock.sh ${D}${sysconfdir}/enlightenment/lock.sh
}