evolution-data-server r9103 - trunk



Author: tml
Date: Wed Jul  9 11:11:20 2008
New Revision: 9103
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9103&view=rev

Log:
2008-07-09  Tor Lillqvist  <tml novell com>

	* 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.



Modified:
   trunk/ChangeLog
   trunk/evolution-data-server-zip.in

Modified: trunk/evolution-data-server-zip.in
==============================================================================
--- trunk/evolution-data-server-zip.in	(original)
+++ trunk/evolution-data-server-zip.in	Wed Jul  9 11:11:20 2008
@@ -66,9 +66,9 @@
 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 @@
 fi
 
 rm $DEVZIP
-zip -r $DEVZIP -@ <<EOF
+zip -r -D $DEVZIP -@ <<EOF
 lib/libcamel-1.2.dll.a
 lib/libcamel-provider-1.2.dll.a
 lib/libebook-1.2.dll.a



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]