Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/net-tools.xml

    r45ab6c7 r0ea195f4  
    126126    </para>
    127127
    128 <screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch &amp;&amp;
     128<screen><userinput>sed -e "s;/\(s\|\)bin;/usr&amp;;g" -i Makefile &amp;&amp;
     129patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch &amp;&amp;
    129130sed -i '/#include &lt;netinet\/ip.h&gt;/d'  iptunnel.c &amp;&amp;
    130131
     
    146147  <sect2 role="commands">
    147148    <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>
    148155
    149156    <para>
Note: See TracChangeset for help on using the changeset viewer.