[Clfs-commits] commit: r4874 - /branches/clfs-sysroot/BOOK/final-system/common/kbd.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Mar 17 17:08:12 PDT 2009


Author: jciccone
Date: Wed Mar 18 00:08:11 2009
New Revision: 4874

Log:
Modified build of KBD to make utf-8 friendly

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/kbd.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/kbd.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/kbd.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/kbd.xml Wed Mar 18 00:08:11 2009
@@ -37,22 +37,7 @@
     <para os="a">Prepare Kbd for compilation:</para>
 
 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --prefix=/usr --datadir=/lib/kbd \
-    --cache-file=config.cache</userinput></screen>
-
-    <variablelist os="c">
-      <title>The meaning of the configure options:</title>
-
-      <varlistentry>
-        <term><parameter>--datadir</parameter></term>
-        <listitem>
-          <para>This option places the Kbd data and keymap files into /lib/kbd,
-          as they are used by some of the scripts in the CLFS-Bootscripts
-          package and must be on the root partition.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
+    --prefix=/usr --cache-file=config.cache</userinput></screen>
 
     <para os="d">Compile the package:</para>
 




More information about the Clfs-commits mailing list