Changeset 58c8823 for chapter06/attr.xml


Ignore:
Timestamp:
02/18/2014 02:24:31 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
720f253
Parents:
bbadc6d
Message:

Random fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/attr.xml

    rbbadc6d r58c8823  
    6363    attributes. To test the results, issue:</para>
    6464
    65 <!-- ext-tests fail for some reason -->
    66 <screen><userinput remap="test">make -k tests root-tests</userinput></screen>
     65<screen><userinput remap="test">make tests root-tests</userinput></screen>
    6766
    6867    <para>Install the package:</para>
     
    7776
    7877<screen><userinput remap="install">mv -v /usr/lib/libattr.so.* /lib
    79 ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
     78ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput></screen>
    8079
    8180  </sect2>
     
    9190      <seglistitem>
    9291        <seg>attr, getfattr, and setattr</seg>
    93         <seg>libattr.{so,a}</seg>
     92        <seg>libattr.{a,so}</seg>
    9493        <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
    9594      </seglistitem>
     
    132131
    133132      <varlistentry id="libattr">
    134         <term><filename class="libraryfile">libattr.{so,a}</filename></term>
     133        <term><filename class="libraryfile">libattr</filename></term>
    135134        <listitem>
    136135          <para>Contains the <application>Attr</application> API functions.</para>
    137136          <indexterm zone="ch-system-attr libattr">
    138             <primary sortas="c-libattr">libattr.{so,a}</primary>
     137            <primary sortas="c-libattr">libattr</primary>
    139138          </indexterm>
    140139        </listitem>
Note: See TracChangeset for help on using the changeset viewer.