[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Re: Bug#592078: lynx-cur: system's language setting seems ign
From: |
Thomas Dickey |
Subject: |
[Lynx-dev] Re: Bug#592078: lynx-cur: system's language setting seems ignored |
Date: |
Sun, 8 Aug 2010 10:13:12 -0400 (EDT) |
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 <address@hidden>
@@ -123,7 +123,7 @@
install-data: address@hidden@
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
- [Lynx-dev] Re: Bug#592078: lynx-cur: system's language setting seems ignored,
Thomas Dickey <=