summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-19 10:35:58 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-19 10:35:58 +0000
commit9b7e00c93e1ed190c5abb1d0dee6f94da67f4592 (patch)
treede7b4e97d8a07aa542ede7747e1e2cf4cf089da6 /eclass
parentVersion bump (diff)
downloadgentoo-2-9b7e00c93e1ed190c5abb1d0dee6f94da67f4592.tar.gz
gentoo-2-9b7e00c93e1ed190c5abb1d0dee6f94da67f4592.tar.bz2
gentoo-2-9b7e00c93e1ed190c5abb1d0dee6f94da67f4592.zip
gnome2-utils is now ${ROOT} aware, fix bug #238727.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2-utils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
index e7b97814e7bd..5000c51b29a7 100644
--- a/eclass/gnome2-utils.eclass
+++ b/eclass/gnome2-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.11 2008/09/27 09:16:32 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.12 2008/10/19 10:35:58 eva Exp $
#
# gnome2-utils.eclass
@@ -53,7 +53,7 @@ gnome2_gconf_install() {
# We are ready to install the GCONF Scheme now
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- export GCONF_CONFIG_SOURCE="$("${GCONFTOOL_BIN}" --get-default-source)"
+ export GCONF_CONFIG_SOURCE="$("${GCONFTOOL_BIN}" --get-default-source | sed "s;:/;:${ROOT};")"
einfo "Installing GNOME 2 GConf schemas"
@@ -89,7 +89,7 @@ gnome2_gconf_uninstall() {
fi
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- export GCONF_CONFIG_SOURCE=$("${GCONFTOOL_BIN}" --get-default-source)
+ export GCONF_CONFIG_SOURCE=$("${GCONFTOOL_BIN}" --get-default-source | sed "s;:/;:${ROOT};")
einfo "Uninstalling GNOME 2 GConf schemas"