summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-12 00:05:40 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-12 00:05:40 +0000
commiteb9663eff804606f9b3205f080422fd10cddeb16 (patch)
tree973a6932c6b6b7a02b2020ad42ec0ebcaf26394d /eclass
parentnew versions of everything (diff)
downloadgentoo-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.eclass5
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