diff options
Diffstat (limited to 'gnome/gnome-terminal/post-install')
-rwxr-xr-x | gnome/gnome-terminal/post-install | 2 |
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 |