diff options
author | Tor Lillqvist <tml@novell.com> | 2008-05-08 11:57:54 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-08 11:57:54 +0800 |
commit | c5d4abed47b809e415ffd736ae6519c5f3112d28 (patch) | |
tree | 99b20476d693c7052672be04effe5cdc18fea657 | |
parent | cdb0db187197d8f4255e5af4cf8d9548caa0f0f4 (diff) | |
download | gsoc2013-evolution-c5d4abed47b809e415ffd736ae6519c5f3112d28.tar.gz gsoc2013-evolution-c5d4abed47b809e415ffd736ae6519c5f3112d28.tar.zst gsoc2013-evolution-c5d4abed47b809e415ffd736ae6519c5f3112d28.zip |
Include the whole etc/gconf/gconf.xml.defaults tree. The intent is to do
2008-05-08 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults
tree. 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 folder.
svn path=/branches/gnome-2-22/; revision=35477
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | evolution-zip.in | 3 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2008-05-08 Tor Lillqvist <tml@novell.com> + + * evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults + tree. 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 folder. + 2008-05-02 Johnny Jacob <jjohnny@novell.com> * NEWS, configure.in: Evolution 2.22.1.1 release 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 |