diff options
| author | Ross Burton <ross@openedhand.com> | 2005-12-22 10:35:47 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2005-12-22 10:35:47 +0000 |
| commit | af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f (patch) | |
| tree | f2a192a3be16de57f29bd09d7fe704b0ecc860da | |
| parent | a1ece60f9746f7f8d580969f0012b1fba70e5360 (diff) | |
| download | poky-af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f.tar.gz | |
Fix gconftool call
git-svn-id: https://svn.o-hand.com/repos/poky@200 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 72024355e6..5cc114666b 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_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 = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
| 5 | PR = "r11" | 5 | PR = "r12" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
| @@ -14,5 +14,5 @@ do_install() { | |||
| 14 | 14 | ||
| 15 | pkg_postinst_matchbox-poky () { | 15 | pkg_postinst_matchbox-poky () { |
| 16 | #!/bin/sh -e | 16 | #!/bin/sh -e |
| 17 | gconftool --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks | 17 | gconftool-2 --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks |
| 18 | } | 18 | } |
