Changeset 0ea195f4


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)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r400a78e8 r0ea195f4  
    4949          <ulink url="&blfs-ticket-root;15236">#15236</ulink>.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[thomas] - Adapted mdadm and net-tools to changes in
     53          merged-/usr. Partially fixes
     54          <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
     55        </listitem>
    5156      </itemizedlist>
    5257    </listitem>
  • 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>
  • postlfs/filesystems/mdadm.xml

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