Changeset 76db4cc


Ignore:
Timestamp:
Dec 22, 2008, 12:33:16 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9bf414b
Parents:
5cdb913
Message:

Remove obsolete commands from Kbd instructions

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/kbd.xml

    r5cdb913 r76db4cc  
    2525  <sect2 role="installation">
    2626    <title>Installation of Kbd</title>
    27 
    28     <para os="s1">While installing Kbd the Makefile will attempt to execute
    29     install with the strip option on all of the installed files. This will
    30     create errors when installing shell scripts. Prevent the strip argument
    31     from being passed to install with the following command:</para>
    32 
    33 <screen os="s2"><userinput>sed -i "/install -s/s/ -s//" src/Makefile.in</userinput></screen>
    34 
    35     <para os="aa">The Kbd tarball does not include a pre-generated configure
    36     script. Generate it with the following command:</para>
    37 
    38 <screen os="ab"><userinput>autoconf</userinput></screen>
    3927
    4028    <para os="a">Prepare Kbd for compilation:</para>
  • BOOK/final-system/multilib/kbd.xml

    r5cdb913 r76db4cc  
    2121  <sect2 role="installation">
    2222    <title>Installation of Kbd</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/kbd.xml"
    26     xpointer="xpointer(//*[@os='s1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/kbd.xml"
    30     xpointer="xpointer(//*[@os='s2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/kbd.xml"
    34     xpointer="xpointer(//*[@os='aa'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/kbd.xml"
    38     xpointer="xpointer(//*[@os='ab'])"/>
    3923
    4024    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.