diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-15 00:31:53 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-15 00:31:53 +0000 |
commit | 5a90e48eab751f4badaa264804bf13c64e14012d (patch) | |
tree | 293992eb1daff0f004455f7f82cf9e49eef1c56a /eclass/gnome2.eclass | |
parent | typo fix (diff) | |
download | historical-5a90e48eab751f4badaa264804bf13c64e14012d.tar.gz historical-5a90e48eab751f4badaa264804bf13c64e14012d.tar.bz2 historical-5a90e48eab751f4badaa264804bf13c64e14012d.zip |
new debug info in gconf install parts
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 6 |
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 |