diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 03:16:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 03:16:40 -0500 |
commit | 2e1f0ea1fb7652d18cbe67913ebdeb6fe9237975 (patch) | |
tree | b3b7a34f0b41f1d92df3aed6134487f185e792be /office/gnumeric/doinst.sh | |
parent | 19eb3cdf7bdbc3db97b1c0f28689530cdc2972a5 (diff) | |
download | slackbuilds-2e1f0ea1fb7652d18cbe67913ebdeb6fe9237975.tar.gz |
office/gnumeric: Updated for version 1.10.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/doinst.sh')
-rw-r--r-- | office/gnumeric/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnumeric/doinst.sh b/office/gnumeric/doinst.sh index 97978d94d5..8505923390 100644 --- a/office/gnumeric/doinst.sh +++ b/office/gnumeric/doinst.sh @@ -3,7 +3,7 @@ schema_install() { GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ chroot . gconftool-2 --makefile-install-rule \ /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null + 1>/dev/null 2>/dev/null } schema_install gnumeric-dialogs.schemas |