libbonobo r3432 - trunk



Author: tml
Date: Mon Jan 21 18:44:03 2008
New Revision: 3432
URL: http://svn.gnome.org/viewvc/libbonobo?rev=3432&view=rev

Log:
2008-01-21  Tor Lillqvist  <tml novell com>

	* libbonobo-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/libbonobo-zip.in

Modified: trunk/libbonobo-zip.in
==============================================================================
--- trunk/libbonobo-zip.in	(original)
+++ trunk/libbonobo-zip.in	Mon Jan 21 18:44:03 2008
@@ -27,6 +27,12 @@
 
 zip $ZIP lib/locale/*/LC_MESSAGES/libbonobo-2.0.mo
 
+if [ -f share/locale/de/LC_MESSAGES/libbonobo-2.0.mo ]; then
+  zip $ZIP share/locale/*/LC_MESSAGES/libbonobo-2.0.mo
+else
+  zip $ZIP lib/locale/*/LC_MESSAGES/libbonobo-2.0.mo
+fi
+
 rm $DEVZIP
 zip -r $DEVZIP -@ <<EOF
 bin/bonobo-activation-run-query.exe



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