mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fix luit to find the locale.alias file
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7128 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1febec86ed
commit
58d8f55281
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ make</userinput></screen>
|
||||
|
||||
</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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user