mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
6dc5389b5e
commit
bce764075f
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
--with-localealiasfile=$XORG_PREFIX/share/X11/locale/locale.alias &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user