]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-poky: Fix postinst to cowkr without gconftool-2 being present on the build...
authorRichard Purdie <richard@openedhand.com>
Thu, 22 Jun 2006 09:25:34 +0000 (09:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 22 Jun 2006 09:25:34 +0000 (09:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@490 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb

index 98215ed517136df4e5eb0239abb6256f5321e8f5..041a6ea904aa30c458f0bb44f12545372d29cd08 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}
@@ -16,5 +16,5 @@ do_install() {
 
 pkg_postinst_matchbox-poky () {
 #!/bin/sh -e
-gconftool-2 --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks
+gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks
 }