mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/ekiga: Quiet an error about missing X11 in gconf update
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d19d061450
commit
6b1cfd7e71
1 changed files with 1 additions and 1 deletions
|
@ -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 ekiga.schemas
|
||||
|
|
Loading…
Reference in a new issue