From 5a90e48eab751f4badaa264804bf13c64e14012d Mon Sep 17 00:00:00 2001 From: "D.M.D. Ljungmark" Date: Sat, 15 Jun 2002 00:31:53 +0000 Subject: new debug info in gconf install parts --- eclass/gnome2.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad