]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-session-sato: make the session script executable
authorRoss Burton <ross@openedhand.com>
Mon, 11 Aug 2008 16:33:11 +0000 (16:33 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 11 Aug 2008 16:33:11 +0000 (16:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5047 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb

index 4d208ddb70bdc0ff2d6f0273dc978dda3d4e8d6a..b5c45219aec534b3ca0ba2e82d754aa7b73899f1 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session"
-PR = "r25"
+PR = "r26"
 
 # This package is architecture specific because the session script is modified
 # based on the machine architecture.
@@ -25,6 +25,7 @@ do_install() {
 
        install -d ${D}/${sysconfdir}/matchbox
        sed -f "$SCRIPT" ${S}/session > ${D}/${sysconfdir}/matchbox/session
+        chmod +x ${D}/${sysconfdir}/matchbox/session
 }
 
 pkg_postinst_${PN} () {