Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r0e9fb93 rdf462a9  
    5252
    5353<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                            \
    54             --exec-prefix=                           \
    55             --libdir=/usr/lib                        \
    5654            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
    5755            --disable-static                         \
     
    5957
    6058<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                            \
    61             --exec-prefix=                           \
    62             --libdir=/usr/lib                        \
    6359            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
    6460            --disable-static                         \
     
    10298
    10399<screen><userinput remap="install">make install</userinput></screen>
    104 
    105     <para>Finally, move essential libraries to a location that can be found
    106     if <filename class="directory">/usr</filename> is not mounted.</para>
    107 
    108 <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
    109 ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</userinput></screen>
    110100
    111101  </sect2>
Note: See TracChangeset for help on using the changeset viewer.