diff options
author | Tor Lillqvist <tml@novell.com> | 2008-05-08 11:55:48 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-08 11:55:48 +0800 |
commit | fa576d573556c255331fa1bb2c991b2c204e7e0f (patch) | |
tree | 0eb93b3db679f0eecba40e4714092ecf6b0008a6 | |
parent | fb7b297e5e3b22424819223726686af88ae1bb67 (diff) | |
download | gsoc2013-evolution-fa576d573556c255331fa1bb2c991b2c204e7e0f.tar.gz gsoc2013-evolution-fa576d573556c255331fa1bb2c991b2c204e7e0f.tar.zst gsoc2013-evolution-fa576d573556c255331fa1bb2c991b2c204e7e0f.zip |
Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemas
2008-05-08 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults
and etc/gconf/schemas trees. The intent is to do "make install" to
a temporary empty folder anyway, so there won't be any extra stuff
in there. It is essential to get all the empty %gconf.xml files,
also from the gconf.xml.defaults/apps and
gconf.xml.defaults/schemas folders.
svn path=/trunk/; revision=35476
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | evolution-zip.in | 3 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2008-05-08 Tor Lillqvist <tml@novell.com> + + * evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults + and etc/gconf/schemas trees. The intent is to do "make install" to + a temporary empty folder anyway, so there won't be any extra stuff + in there. It is essential to get all the empty %gconf.xml files, + also from the gconf.xml.defaults/apps and + gconf.xml.defaults/schemas folders. + 2008-05-06 Matthew Barnes <mbarnes@redhat.com> * configure.in: diff --git a/evolution-zip.in b/evolution-zip.in index d2522b847a..4373f1c2ba 100755 --- a/evolution-zip.in +++ b/evolution-zip.in @@ -43,8 +43,7 @@ share/mime-info/evolution.keys share/mime-info/evolution.mime share/evolution/@BASE_VERSION@ share/icons/hicolor -etc/gconf/gconf.xml.defaults/apps/evolution -etc/gconf/gconf.xml.defaults/schemas/apps/evolution +etc/gconf/gconf.xml.defaults etc/gconf/schemas EOF |