Author: dnicholson
Date: 2007-11-05 10:21:35 -0700 (Mon, 05 Nov 2007)
New Revision: 7133

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/installing/luit.xml
Log:
Really fix luit to find the locale.alias file. Fixes #2414.


Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-11-04 07:54:27 UTC (rev 7132)
+++ trunk/BOOK/general.ent      2007-11-05 17:21:35 UTC (rev 7133)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-11-04 07:54:27 UTC 
(rev 7132)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-11-05 17:21:35 UTC 
(rev 7133)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>November 5th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Really fix luit to find the locale.alias
+          file. Caught by laxy. Fixes #2414.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 4th, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/installing/luit.xml
===================================================================
--- trunk/BOOK/x/installing/luit.xml    2007-11-04 07:54:27 UTC (rev 7132)
+++ trunk/BOOK/x/installing/luit.xml    2007-11-05 17:21:35 UTC (rev 7133)
@@ -75,7 +75,7 @@
 
     <!-- locale.alias location fixed upstream, remove switch on update -->
 <screen><userinput>./configure $XORG_CONFIG \
-    --with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias &amp;&amp;
+    --with-localealiasfile=$XORG_PREFIX/share/X11/locale/locale.alias 
&amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -90,7 +90,7 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    
<para><parameter>--with-localealiasfile=$XORG_PREFIX/lib/X11/locale/locale.alias</parameter>:
+    
<para><parameter>--with-localealiasfile=$XORG_PREFIX/share/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>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to