Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

-$sysconfdir contains $root which will not work in $flistdel


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1694 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
a1fa63ceb6
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/gnome24/gconf/gconf-pkg.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- updated wv2
- Daniel Pischl: updated micq
- Juergen Sawinski: fixed gnome24/gconf
*) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3)

+ 2
- 2
package/gnome24/gconf/gconf-pkg.conf

@ -23,10 +23,10 @@
if [ $pkg != "gconf" ] ; then
# exclude some gconf files - so we do not need to patch every
# single package ...
flistdel="$flistdel|$sysconfdir/gconf/%gconf.xml"
flistdel="$flistdel|etc/$prefix/gconf/%gconf.xml"
fi
# exclude some gconf files - so we do not need to patch every
# single package ...
flistdel="$flistdel|$sysconfdir/gconf/gconf.xml.*"
flistdel="$flistdel|etc/$prefix/gconf/gconf.xml.*"

Loading…
Cancel
Save