On Sat, 7 Aug 2010, Sebastien Hinderer wrote:

Package: lynx-cur
Version: 2.8.8dev.4-2
Severity: important

Although locales are configured in french, lynx prints itsmessages inenglish
hereas other programs continue to work normally.

The problem that I see is that lynx-cur's message files are not installed.
Looking further, I see that the problem is a typo left from my removal
of mkinstalldirs.sh in dev.4

Here's a diff of the fix for that:

--- makefile.inn        2010/06/19 10:57:02     1.17
+++ makefile.inn        2010/08/08 14:07:45
@@ -1,4 +1,4 @@
-# $LynxId: makefile.inn,v 1.17 2010/06/19 10:57:02 tom Exp $
+# $LynxId: makefile.inn,v 1.18 2010/08/08 14:07:45 tom Exp $
 #
 # Makefile for program source directory in GNU NLS utilities package.
 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drep...@gnu.ai.mit.edu>
@@ -123,7 +123,7 @@
 install-data: install-da...@use_nls@
 install-data-no: all
 install-data-yes: all
-       mkdir -p $(DATADIR); \
+       mkdir -p $(DATADIR)
        @catalogs='$(CATALOGS)'; \
        for cat in $$catalogs; do \
          cat=`basename $$cat`; \


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to