Changes in / [f84c8814:8abb1a7b]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf84c8814 r8abb1a7b  
    6161          <ulink url="&blfs-ticket-root;15236">#15236</ulink>.</para>
    6262        </listitem>
    63         <listitem>
    64           <para>[thomas] - Adapted mdadm and net-tools to changes in
    65           merged-/usr. Partially fixes
    66           <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
    67         </listitem>
    6863      </itemizedlist>
    6964    </listitem>
  • networking/netprogs/net-tools.xml

    rf84c8814 r8abb1a7b  
    126126    </para>
    127127
    128 <screen><userinput>sed -e "s;/\(s\|\)bin;/usr&amp;;g" -i Makefile &amp;&amp;
    129 patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch &amp;&amp;
     128<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch &amp;&amp;
    130129sed -i '/#include &lt;netinet\/ip.h&gt;/d'  iptunnel.c &amp;&amp;
    131130
     
    147146  <sect2 role="commands">
    148147    <title>Command Explanations</title>
    149 
    150     <para>
    151       <command>sed -i "s;/\(s\|\)bin;/usr&amp;;g" -i Makefile</command>:
    152       Modifies the <filename>Makefile</filename> to get the binaries
    153       installed in the <filename class="directory">/usr</filename> hierarchy.
    154     </para>
    155148
    156149    <para>
  • postlfs/filesystems/mdadm.xml

    rf84c8814 r8abb1a7b  
    154154    </para>
    155155
    156 <screen role="root"><userinput>make BINDIR=/usr/sbin install</userinput></screen>
     156<screen role="root"><userinput>make install</userinput></screen>
    157157
    158158  </sect2>
Note: See TracChangeset for help on using the changeset viewer.