Ignore:
Timestamp:
07/06/2021 06:20:10 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f84c8814
Parents:
400a78e8
Message:

Partially fix #15223 (mdadm, net-tools)

File:
1 edited

Legend:

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

    r400a78e8 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.