summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-15 00:31:53 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-15 00:31:53 +0000
commit246617622a3fc673c0d4ca51bbfe1f82223ba332 (patch)
tree38c8743075dc65b9daf2eda62eb1059cd4b85c9d /eclass/gnome2.eclass
parenttypo fix (diff)
downloadgentoo-2-246617622a3fc673c0d4ca51bbfe1f82223ba332.tar.gz
gentoo-2-246617622a3fc673c0d4ca51bbfe1f82223ba332.tar.bz2
gentoo-2-246617622a3fc673c0d4ca51bbfe1f82223ba332.zip
new debug info in gconf install parts
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index aa92a138e4f9..17de4520f509 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.13 2002/06/12 02:40:00 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.14 2002/06/15 00:31:53 spider Exp $
inherit libtool
inherit debug
@@ -51,9 +51,11 @@ gnome2_src_install() {
gnome2_pkg_postinst() {
# No more SCHEMAS variable :)
+ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
-
+ einfo "installing gnome2 gconf schemas"
cat ${WORKDIR}/../build-info/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do
+ echo "DEBUG::gconf install ${F}"
/usr/bin/gconftool-2 --makefile-install-rule ${F}
done