- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r5d86a4f rc5ab9cd 33 33 EOF</userinput></screen> 34 34 35 <para os="p1">Apply a patch to not generatemanpages :</para>35 <para os="p1">Apply a patch to prevent Coreutils from generating manpages :</para> 36 36 37 37 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-noman-patch;</userinput></screen> … … 56 56 </variablelist> 57 57 58 <para os="s1">Apply a sed to allow completion of the build:</para>59 60 <screen os="s2"><userinput>cp -v Makefile{,.orig}61 sed -e 's/^#run_help2man\|^run_help2man/#&/' \62 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>63 64 58 <para os="bf">Compile the package:</para> 65 59
Note:
See TracChangeset
for help on using the changeset viewer.