Changeset 76db4cc for BOOK/final-system/common
- Timestamp:
- Dec 22, 2008, 8: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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.