Browse Source

gconf: fixed to not run 'gconftool-2' to (re)generate '%gconf.xml'

stable/0.2
Christian Wiese 13 years ago
parent
commit
b8f074515b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gnome2/gconf/gconf-pkg.conf

+ 3
- 0
gnome2/gconf/gconf-pkg.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gconf/gconf-pkg.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
@ -17,6 +18,8 @@ if [ $pkg != "gconf" ] ; then
# exclude some gconf files - so we do not need to patch every
# single package ...
var_append flistdel '|' "${sysconfdir#/}/gconf/%gconf.xml"
# avoid to run 'gconftool-2' to (re)generate '%gconf.xml'
var_append extraconfopt ' ' "--disable-schemas-install"
fi
# exclude some gconf files - so we do not need to patch every

Loading…
Cancel
Save