Changeset b85b35e2


Ignore:
Timestamp:
05/14/2021 07:58:43 PM (3 years ago)
Author:
Ken Moffat <ken@…>
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:
d05af11
Parents:
f2a586e
Message:

libmnl: Remove instructions for moving libraries.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf2a586e rb85b35e2  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - Remove instructions from libmnl for moving libraries
     50          to /lib.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[ken] - Remove instructions from iptables for installing to /sbin
    5054          and /lib/xtables.</para>
  • networking/netlibs/libmnl.xml

    rf2a586e rb85b35e2  
    9898    </para>
    9999
    100 <screen role="root"><userinput>make install                 &amp;&amp;
    101 mv /usr/lib/libmnl.so.* /lib &amp;&amp;
    102 ln -sfv ../../lib/$(readlink /usr/lib/libmnl.so) /usr/lib/libmnl.so</userinput></screen>
    103 
    104   </sect2>
    105 
    106   <sect2 role="commands">
    107     <title>Command Explanations</title>
    108 
    109     <para>
    110       <command>mv -v /usr/lib/libmnl.so.* ...</command>: Move shared
    111       libraries into /lib so they are available before /usr is mounted.
    112     </para>
     100<screen role="root"><userinput>make install</userinput></screen>
    113101
    114102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.