Changeset df462a9 for chapter08/attr.xml


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/attr.xml

    r0e9fb93 rdf462a9  
    4444    <para>Prepare Attr for compilation:</para>
    4545
    46 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr     \
    47             --bindir=/bin     \
    48             --disable-static  \
    49             --sysconfdir=/etc \
    50             --docdir=/usr/share/doc/attr-&attr-version;</userinput></screen>
    51 
    52 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr     \
     46<screen><userinput remap="configure">./configure --prefix=/usr     \
    5347            --disable-static  \
    5448            --sysconfdir=/etc \
     
    6862
    6963<screen><userinput remap="install">make install</userinput></screen>
    70 
    71     <para>The shared library needs to be moved to
    72     <filename class="directory">/lib</filename>, and as a result the
    73     <filename class="extension">.so</filename> file in
    74     <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
    75 
    76 <screen><userinput remap="install">mv -v /usr/lib/libattr.so.* /lib
    77 ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput></screen>
    7864
    7965  </sect2>
Note: See TracChangeset for help on using the changeset viewer.