libbonoboui r2577 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: libbonoboui r2577 - trunk
- Date: Tue, 22 Jan 2008 15:57:10 +0000 (GMT)
Author: tml
Date: Tue Jan 22 15:57:10 2008
New Revision: 2577
URL: http://svn.gnome.org/viewvc/libbonoboui?rev=2577&view=rev
Log:
2008-01-22 Tor Lillqvist <tml novell com>
* libbonoboui-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/libbonoboui-zip.in
Modified: trunk/libbonoboui-zip.in
==============================================================================
--- trunk/libbonoboui-zip.in (original)
+++ trunk/libbonoboui-zip.in Tue Jan 22 15:57:10 2008
@@ -14,7 +14,11 @@
lib/libglade/2.0/libbonobo.dll
EOF
-zip $ZIP lib/locale/*/LC_MESSAGES/libbonoboui-2.0.mo
+if [ -f share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo ]; then
+ zip $ZIP share/locale/*/LC_MESSAGES/libbonoboui-2.0.mo
+else
+ zip $ZIP lib/locale/*/LC_MESSAGES/libbonoboui-2.0.mo
+fi
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]