libgnome r3592 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3592 - trunk
- Date: Mon, 21 Jan 2008 22:50:57 +0000 (GMT)
Author: tml
Date: Mon Jan 21 22:50:57 2008
New Revision: 3592
URL: http://svn.gnome.org/viewvc/libgnome?rev=3592&view=rev
Log:
2008-01-22 Tor Lillqvist <tml novell com>
* libgnome-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/libgnome-zip.in
Modified: trunk/libgnome-zip.in
==============================================================================
--- trunk/libgnome-zip.in (original)
+++ trunk/libgnome-zip.in Mon Jan 21 22:50:57 2008
@@ -35,7 +35,11 @@
zip -r $ZIP etc/gconf/gconf.xml.defaults
-zip $ZIP lib/locale/*/LC_MESSAGES/libgnome-2.0.mo
+if [ -f share/locale/de/LC_MESSAGES/libgnome-2.0.mo ]; then
+ zip $ZIP share/locale/*/LC_MESSAGES/libgnome-2.0.mo
+else
+ zip $ZIP lib/locale/*/LC_MESSAGES/libgnome-2.0.mo
+fi
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]