gconf r2528 - trunk



Author: tml
Date: Tue Jan 22 00:03:21 2008
New Revision: 2528
URL: http://svn.gnome.org/viewvc/gconf?rev=2528&view=rev

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

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

Modified: trunk/gconf-zip.in
==============================================================================
--- trunk/gconf-zip.in	(original)
+++ trunk/gconf-zip.in	Tue Jan 22 00:03:21 2008
@@ -21,7 +21,11 @@
 lib/GConf/2/libgconfbackend-xml.dll
 EOF
 
-zip $ZIP lib/locale/*/LC_MESSAGES/GConf2.mo
+if [ -f share/locale/de/LC_MESSAGES/GConf2.mo ]; then
+  zip $ZIP share/locale/*/LC_MESSAGES/GConf2.mo
+else
+  zip $ZIP lib/locale/*/LC_MESSAGES/GConf2.mo
+fi
 
 rm $DEVZIP
 zip -r $DEVZIP -@ <<EOF



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