diff options
-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 |