From c5d4abed47b809e415ffd736ae6519c5f3112d28 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 8 May 2008 03:57:54 +0000 Subject: Include the whole etc/gconf/gconf.xml.defaults tree. The intent is to do 2008-05-08 Tor Lillqvist * 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 --- ChangeLog | 8 ++++++++ evolution-zip.in | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e1aa27bd9..24639a8e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-08 Tor Lillqvist + + * 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 * 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 -- cgit