diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-12 00:05:40 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-12 00:05:40 +0000 |
commit | eb9663eff804606f9b3205f080422fd10cddeb16 (patch) | |
tree | 973a6932c6b6b7a02b2020ad42ec0ebcaf26394d /eclass | |
parent | new versions of everything (diff) | |
download | gentoo-2-eb9663eff804606f9b3205f080422fd10cddeb16.tar.gz gentoo-2-eb9663eff804606f9b3205f080422fd10cddeb16.tar.bz2 gentoo-2-eb9663eff804606f9b3205f080422fd10cddeb16.zip |
hard path setting
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index fc101eea61dc..18ea36c6944d 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.11 2002/06/11 21:27:15 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.12 2002/06/12 00:05:40 spider Exp $ inherit libtool inherit debug @@ -57,8 +57,7 @@ gnome2_pkg_postinst() { then # install/update schemas the hard way - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - + export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` echo ">>> Updating GConf2 Schemas for ${P}" for x in $SCHEMAS do |