gnome-vfs r5435 - trunk



Author: tml
Date: Tue Jan 22 13:42:42 2008
New Revision: 5435
URL: http://svn.gnome.org/viewvc/gnome-vfs?rev=5435&view=rev

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

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

Modified: trunk/gnome-vfs-zip.in
==============================================================================
--- trunk/gnome-vfs-zip.in	(original)
+++ trunk/gnome-vfs-zip.in	Tue Jan 22 13:42:42 2008
@@ -19,7 +19,11 @@
 
 zip $ZIP lib/gnome-vfs-2.0/modules/*.dll
 
-zip $ZIP lib/locale/*/LC_MESSAGES/gnome-vfs-2.0.mo
+if [ -f share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo ]; then
+  zip $ZIP share/locale/*/LC_MESSAGES/gnome-vfs-2.0.mo
+else
+  zip $ZIP lib/locale/*/LC_MESSAGES/gnome-vfs-2.0.mo
+fi
 
 rm $DEVZIP
 zip -r $DEVZIP -@ <<EOF



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