- Timestamp:
- Dec 22, 2008, 12:33:16 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9bf414b
- Parents:
- 5cdb913
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
r5cdb913 r76db4cc 25 25 <sect2 role="installation"> 26 26 <title>Installation of Kbd</title> 27 28 <para os="s1">While installing Kbd the Makefile will attempt to execute29 install with the strip option on all of the installed files. This will30 create errors when installing shell scripts. Prevent the strip argument31 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 configure36 script. Generate it with the following command:</para>37 38 <screen os="ab"><userinput>autoconf</userinput></screen>39 27 40 28 <para os="a">Prepare Kbd for compilation:</para> -
BOOK/final-system/multilib/kbd.xml
r5cdb913 r76db4cc 21 21 <sect2 role="installation"> 22 22 <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'])"/>39 23 40 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.