Changeset 6c4d9d0 for chapter08


Ignore:
Timestamp:
10/14/2022 10:30:10 PM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
87f8108
Parents:
1308af8 (diff), efae039 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r1308af8 r6c4d9d0  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
     42
     43    <para>First, fix some issues identified upstream:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4246
    4347    <para>Prepare Bash for compilation:</para>
  • chapter08/readline.xml

    r1308af8 r6c4d9d0  
    5050sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
    5151
     52    <para>Now fix a problem identified upstream:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
     55
    5256    <para>Prepare Readline for compilation:</para>
    5357
Note: See TracChangeset for help on using the changeset viewer.