From: Klaus Kurzmann Date: Sat, 21 Nov 2009 15:08:24 +0000 (+0100) Subject: e-wm-sysactions-shr: install lock.sh X-Git-Tag: Release-2010-05/1~1648^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a7ff95876597e5198631527538ca5db2a6a4245;p=openembedded.git e-wm-sysactions-shr: install lock.sh Signed-off-by: Klaus Kurzmann --- 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 }