On Mon, Apr 22, 2013 at 12:34:35PM -0700, Alice Wonder wrote:
> I didn't see this mentioned in errata so I don't know if it has been
> noted yet or not.
> 
> http://www.linuxfromscratch.org/lfs/view/stable/chapter06/kbd.html
> 
> The instructions have
> 
> ./configure --prefix=/usr --datadir=/lib/kbd \
>   --disable-vlock
> 
> While that does fix the problem of where the keyboard files go,
> unfortunately it also results in the locale files being installed
> into /lib/kbd instead of /usr/share
> 
> Might be better to patch the makefile for the install location of the
> keymaps to separate it from datadir ?? Or add instructions to move the
> locale files post install (I think that would work, I don't use them
> though)
> 

 We've had kbd in /lib for quite a long time, nobody has ever
noticed this.  Moving the individual kbd.mo files does work - e.g.
in a UTF-8 system try
$LC_ALL=de_DE.UTF8 dumpkeys --help

 With the files as installed, english text.  With the german kbd.mo
copied to the appropriate directory in /usr/share I get recognizable
German text - people who can't read German should be able to see the
umlauts [ or invalid glyphs if using LC_ALL=de_DE ! ]

 A quick look at configure suggests that --localedir should work, but
I haven't tried that.

 Can you raise a bug, please, so that this doesn't get forgotten ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to