Ignore:
Timestamp:
Jan 20, 2014, 11:16:58 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d93a24a
Parents:
5bac495
Message:

Tidy up attr multilib library install and use readlink for attr in all section dynmic library linking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/attr.xml

    r5bac495 rd0123a37  
    5151    xpointer="xpointer(//*[@os='g'])"/>
    5252
    53   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/attr.xml"
    55     xpointer="xpointer(//*[@os='h'])"/>
     53    <para os="h">Recreate the symlink in <filename class="directory">/usr/lib</filename> and remove the shared link from <filename class="directory">/lib</filename>:</para>
    5654
    57   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/attr.xml"
    59     xpointer="xpointer(//*[@os='i'])"/>
     55<screen os="i"><userinput>
     56ln -sfv ../../lib/$(readlink /lib/libattr.so) /usr/lib/libattr.so
     57rm -v /lib/libattr.so</userinput></screen>
    6058
    6159  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.