summaryrefslogtreecommitdiff
path: root/recipes/shr/e-wm-sysactions-shr_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/e-wm-sysactions-shr_git.bb')
-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
}