gtksourceview r1879 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtksourceview r1879 - trunk
- Date: Mon, 4 Feb 2008 14:12:31 +0000 (GMT)
Author: tml
Date: Mon Feb 4 14:12:31 2008
New Revision: 1879
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1879&view=rev
Log:
2008-02-04 Tor Lillqvist <tml novell com>
* gtksourceview-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/gtksourceview-zip.in
Modified: trunk/gtksourceview-zip.in
==============================================================================
--- trunk/gtksourceview-zip.in (original)
+++ trunk/gtksourceview-zip.in Mon Feb 4 14:12:31 2008
@@ -15,7 +15,11 @@
zip $ZIP share/gtksourceview-2.0/language-specs/*.lang
zip $ZIP share/gtksourceview-2.0/language-specs/*.dtd
-zip $ZIP lib/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+if [ -f share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo ]; then
+ zip $ZIP share/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+else
+ zip $ZIP lib/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+fi
rm $DEVZIP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]