diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 11:32:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 11:32:16 +0000 |
commit | 8f0ca1dd55b668915db4652be0c587d5fc1a4c57 (patch) | |
tree | 3d59973f5d796c6b66cc8f3a99516d1ba01b7cc0 /meta/packages/matchbox-sato | |
parent | c42d54f29a8d561b2603756e7fa292bb0f9be5be (diff) | |
download | poky-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.tar.gz |
matchbox-session-sato: fix postinst
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4219 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | 4 |
1 files changed, 2 insertions, 2 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 e1180ad301..84f2a858aa 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 = "r22" | 5 | PR = "r23" |
6 | 6 | ||
7 | SRC_URI = "file://session" | 7 | SRC_URI = "file://session" |
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
@@ -12,7 +12,7 @@ do_install() { | |||
12 | install -m 0755 ${S}/session ${D}/${sysconfdir}/matchbox/ | 12 | install -m 0755 ${S}/session ${D}/${sysconfdir}/matchbox/ |
13 | } | 13 | } |
14 | 14 | ||
15 | pkg_postinst_matchbox-sato () { | 15 | pkg_postinst_${PN} () { |
16 | #!/bin/sh -e | 16 | #!/bin/sh -e |
17 | if [ "x$D" != "x" ]; then | 17 | if [ "x$D" != "x" ]; then |
18 | exit 1 | 18 | exit 1 |