diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-11 16:33:11 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-11 16:33:11 +0000 |
commit | 43bd216de59a5b906b2211632ef582c5bd5225e9 (patch) | |
tree | e500b954e19160e492319c6ba8f552ff6e8cbc56 /meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | |
parent | f9281be65bcdf699e4a9a9cc13d5956664768616 (diff) | |
download | poky-43bd216de59a5b906b2211632ef582c5bd5225e9.tar.gz |
matchbox-session-sato: make the session script executable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5047 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb index 4d208ddb70..b5c45219ae 100644 --- a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" | 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" |
5 | PR = "r25" | 5 | PR = "r26" |
6 | 6 | ||
7 | # This package is architecture specific because the session script is modified | 7 | # This package is architecture specific because the session script is modified |
8 | # based on the machine architecture. | 8 | # based on the machine architecture. |
@@ -25,6 +25,7 @@ do_install() { | |||
25 | 25 | ||
26 | install -d ${D}/${sysconfdir}/matchbox | 26 | install -d ${D}/${sysconfdir}/matchbox |
27 | sed -f "$SCRIPT" ${S}/session > ${D}/${sysconfdir}/matchbox/session | 27 | sed -f "$SCRIPT" ${S}/session > ${D}/${sysconfdir}/matchbox/session |
28 | chmod +x ${D}/${sysconfdir}/matchbox/session | ||
28 | } | 29 | } |
29 | 30 | ||
30 | pkg_postinst_${PN} () { | 31 | pkg_postinst_${PN} () { |