Look for catalogs in share/locale first, as that is where they will end up

2008-01-22  Tor Lillqvist  <tml@novell.com>

	* libgnomecanvas-zip.in: Look for catalogs in share/locale first,
	as that is where they will end up with a properly built GNU
	gettext.


svn path=/trunk/; revision=1295
This commit is contained in:
Tor Lillqvist 2008-01-25 15:02:12 +00:00 committed by Tor Lillqvist
parent 58f74840a3
commit 20d92de1b2
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-01-22 Tor Lillqvist <tml@novell.com>
* libgnomecanvas-zip.in: Look for catalogs in share/locale first,
as that is where they will end up with a properly built GNU
gettext.
2007-11-05 Federico Mena Quintero <federico@novell.com>
Fix these bugs:

View File

@ -14,7 +14,11 @@ bin/libgnomecanvas-2-@LIBGNOMECANVAS_CURRENT_MINUS_AGE@.dll
lib/libglade/2.0/libcanvas.dll
EOF
zip $ZIP lib/locale/*/LC_MESSAGES/libgnomecanvas-2.0.mo
if [ -f share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo ]; then
zip $ZIP share/locale/*/LC_MESSAGES/libgnomecanvas-2.0.mo
else
zip $ZIP lib/locale/*/LC_MESSAGES/libgnomecanvas-2.0.mo
fi
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF