summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
index 3aadd2b24..13614a062 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
@@ -31,7 +31,7 @@ do_configure_prepend() {
31 sed -i -e s:help:: ${S}/Makefile.am 31 sed -i -e s:help:: ${S}/Makefile.am
32} 32}
33 33
34pkg_postinst_append () { 34pkg_postinst_${PN}_append () {
35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ 35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
36 --direct --load /etc/gconf/schemas/panel-default-setup.entries 36 --direct --load /etc/gconf/schemas/panel-default-setup.entries
37} 37}
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 3bf7f29f8..e54579d6d 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -26,7 +26,7 @@ do_configure_prepend() {
26 sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in 26 sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in
27} 27}
28 28
29pkg_postinst_append () { 29pkg_postinst_${PN}_append () {
30if [ -n "$D" ]; then 30if [ -n "$D" ]; then
31 exit 1 31 exit 1
32fi 32fi