summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgnome/gnome-terminal/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/gnome-terminal/post-install b/gnome/gnome-terminal/post-install
index bd510f5a3..3f90b4f1a 100755
--- a/gnome/gnome-terminal/post-install
+++ b/gnome/gnome-terminal/post-install
@@ -8,7 +8,7 @@ SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
for SCHEMA in $SCHEMAS
do
export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source`
- $GNOME_PREFIX/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+ $GNOME_PREFIX/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
done
# reload gconf caches