From 58d8f5528145d61dd905910dfd6a82709edb6a98 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Fri, 2 Nov 2007 15:50:43 +0000 Subject: [PATCH] Fix luit to find the locale.alias file git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7128 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 4 ++++ x/installing/luit.xml | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9d661fe4e0..faa4501132 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ November 2nd, 2007 + + [dnicholson] - Fix luit to find the locale.alias file. + Fixes #2393. + [dnicholson] - Updated to Nano-2.0.6. diff --git a/x/installing/luit.xml b/x/installing/luit.xml index c02ddc3ce7..5cb5f3d74c 100644 --- a/x/installing/luit.xml +++ b/x/installing/luit.xml @@ -73,7 +73,9 @@ Install luit with the following commands: -./configure $XORG_CONFIG && + +./configure $XORG_CONFIG \ + --with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias && make This package does not come with a test suite. @@ -85,6 +87,16 @@ make + + Command Explanations + + --with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias: + The default location luit expects the + locale.alias file is different than the location + libX11 installs it to. + + + Contents