evolution-data-server r8462 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8462 - trunk
- Date: Wed, 6 Feb 2008 14:04:31 +0000 (GMT)
Author: tml
Date: Wed Feb 6 14:04:31 2008
New Revision: 8462
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8462&view=rev
Log:
2008-02-06 Tor Lillqvist <tml novell com>
* evolution-data-server-zip.in: Look for catalogs in share/locale
first, as that is where they will be with a properly built GNU
gettext.
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 Feb 6 14:04:31 2008
@@ -71,7 +71,11 @@
zip -r $ZIP share/pixmaps/evolution-data-server- BASE_VERSION@
-zip $ZIP lib/locale/*/LC_MESSAGES/evolution-data-server- BASE_VERSION@.mo
+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
+else
+ zip $ZIP lib/locale/*/LC_MESSAGES/evolution-data-server- BASE_VERSION@.mo
+fi
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]