Changeset 093f224 in clfs-sysroot for BOOK/final-system/common/kbd.xml


Ignore:
Timestamp:
Jul 19, 2006, 4:16:12 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c3b61cb
Parents:
10d6394
Message:

Added a sed that overrides the arch that kbd detects, it detects the hosts.

File:
1 edited

Legend:

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

    r10d6394 r093f224  
    4545
    4646<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
     47
     48    <para os="s5">Configure detects the architecture of the host system. The
     49    following sed changes this value to your target architecture.</para>
     50
     51<screen os="s6"><userinput>cp make_include{,.orig}
     52sed "/^ARCH/s/=.*/=arm/" make_include.orig &gt; make_include</userinput></screen>
    4753
    4854    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.