From 814846db6e33745917b1f6b42f92be7d0d4d1346 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 9 Jul 2008 11:11:20 +0000 Subject: [PATCH] No version number for share/pixmaps/evolution-data-server. Use -D when 2008-07-09 Tor Lillqvist * evolution-data-server-zip.in: No version number for share/pixmaps/evolution-data-server. Use -D when using -r to not add pointless entries for directories in the zip files. svn path=/trunk/; revision=9103 --- ChangeLog | 6 ++++++ evolution-data-server-zip.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81b2662..50d9f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-09 Tor Lillqvist + + * evolution-data-server-zip.in: No version number for + share/pixmaps/evolution-data-server. Use -D when using -r to not + add pointless entries for directories in the zip files. + 2008-06-26 Julien Puydt * libedataserver/e-source-group.c: Added missing g_object_unref on diff --git a/evolution-data-server-zip.in b/evolution-data-server-zip.in index df32b22..029e04a 100755 --- a/evolution-data-server-zip.in +++ b/evolution-data-server-zip.in @@ -66,9 +66,9 @@ share/evolution-data-server-@BASE_VERSION@/glade/e-name-selector-dialog.glade share/evolution-data-server-@BASE_VERSION@/weather/Locations.xml EOF -zip -r $ZIP share/evolution-data-server-@BASE_VERSION@/zoneinfo +zip -r -D $ZIP share/evolution-data-server-@BASE_VERSION@/zoneinfo -zip -r $ZIP share/pixmaps/evolution-data-server-@BASE_VERSION@ +zip -r -D $ZIP share/pixmaps/evolution-data-server if [ -f share/locale/de/LC_MESSAGES/evolution-data-server-@BASE_VERSION@.mo ]; then zip $ZIP share/locale/*/LC_MESSAGES/evolution-data-server-@BASE_VERSION@.mo @@ -77,7 +77,7 @@ else fi rm $DEVZIP -zip -r $DEVZIP -@ <