diff options
author | Tor Lillqvist <tml@novell.com> | 2006-01-04 10:36:55 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-01-04 10:36:55 +0800 |
commit | 74c480c9935d9001e5c08dd92b4af0569681b617 (patch) | |
tree | 803456443a41b7234558ca1a6f32c47f175e2ad9 /evolution-zip.in | |
parent | 8438c41a630620f3d8469a22af9cbb822772a935 (diff) | |
download | gsoc2013-evolution-74c480c9935d9001e5c08dd92b4af0569681b617.tar.gz gsoc2013-evolution-74c480c9935d9001e5c08dd92b4af0569681b617.tar.zst gsoc2013-evolution-74c480c9935d9001e5c08dd92b4af0569681b617.zip |
Include also the glade files in the plugins directory.
2006-01-04 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Include also the glade files in the plugins
directory.
Include all of etc/gconf in the zipfile. (One should "make
install" to a temporary directory when building a distribution
anyway, so only evolution's GConf stuff will be included.)
svn path=/trunk/; revision=31045
Diffstat (limited to 'evolution-zip.in')
-rwxr-xr-x | evolution-zip.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/evolution-zip.in b/evolution-zip.in index f53795efd8..ff90000c69 100755 --- a/evolution-zip.in +++ b/evolution-zip.in @@ -58,14 +58,11 @@ share/evolution/@BASE_VERSION@/default share/evolution/@BASE_VERSION@/weather share/evolution/@BASE_VERSION@/ui share/evolution/@BASE_VERSION@/views -etc/gconf/schemas/apps_evolution_shell-@BASE_VERSION@.schemas -etc/gconf/schemas/apps_evolution_addressbook-@BASE_VERSION@.schemas -etc/gconf/schemas/apps_evolution_calendar-@BASE_VERSION@.schemas -etc/gconf/schemas/evolution-mail-@BASE_VERSION@.schemas +etc/gconf EOF zip -r $ZIP share/pixmaps share/evolution/@BASE_VERSION@/images -zip $ZIP lib/evolution/@BASE_VERSION@/plugins/*.eplug lib/evolution/@BASE_VERSION@/plugins/*.dll lib/evolution/@BASE_VERSION@/plugins/*.xml +zip $ZIP lib/evolution/@BASE_VERSION@/plugins/*.eplug lib/evolution/@BASE_VERSION@/plugins/*.dll lib/evolution/@BASE_VERSION@/plugins/*.xml lib/evolution/@BASE_VERSION@/plugins/*.glade zip $ZIP lib/locale/*/LC_MESSAGES/evolution-@BASE_VERSION@.mo |