Changeset 3c60673 for BOOK/temp-system/common
- Timestamp:
- Jun 4, 2013, 11:52:11 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 121626c
- Parents:
- cc16897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
rcc16897 r3c60673 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <para os="aa">Apply a sed to allow completion of the build:</para>26 27 <screen os="ab"><userinput>cp -v Makefile{,.orig}28 sed -e 's/^#run_help2man\|^run_help2man/#&/' \29 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>30 24 31 25 <para os="ba">Configure can not properly determine how to get free space … … 58 52 </variablelist> 59 53 54 <para os="s1">Apply a sed to allow completion of the build:</para> 55 56 <screen os="s2"><userinput>cp -v Makefile{,.orig} 57 sed -e 's/^#run_help2man\|^run_help2man/#&/' \ 58 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen> 59 60 60 <para os="bf">Compile the package:</para> 61 61
Note:
See TracChangeset
for help on using the changeset viewer.