Author: dnicholson
Date: 2007-11-02 09:50:43 -0600 (Fri, 02 Nov 2007)
New Revision: 7128
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/luit.xml
Log:
Fix luit to find the locale.alias file
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-11-02 15:32:40 UTC
(rev 7127)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-11-02 15:50:43 UTC
(rev 7128)
@@ -45,6 +45,10 @@
<para>November 2nd, 2007</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Fix luit to find the locale.alias file.
+ Fixes #2393.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Updated to Nano-2.0.6.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/x/installing/luit.xml
===================================================================
--- trunk/BOOK/x/installing/luit.xml 2007-11-02 15:32:40 UTC (rev 7127)
+++ trunk/BOOK/x/installing/luit.xml 2007-11-02 15:50:43 UTC (rev 7128)
@@ -73,7 +73,9 @@
<para>Install luit with the following commands:</para>
-<screen><userinput>./configure $XORG_CONFIG &&
+ <!-- locale.alias location fixed upstream, remove switch on update -->
+<screen><userinput>./configure $XORG_CONFIG \
+ --with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -85,6 +87,16 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+
<para><parameter>--with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias</parameter>:
+ The default location <application>luit</application> expects the
+ <filename>locale.alias</filename> file is different than the location
+ <application>libX11</application> installs it to.</para>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page