Really fix luit to find the locale.alias file. Fixes #2414.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7133 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2007-11-05 17:21:35 +00:00
parent 6dc5389b5e
commit bce764075f
3 changed files with 13 additions and 3 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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;">

View File

@ -41,6 +41,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>

View File

@ -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 @@ make</userinput></screen>
<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>