Ignore:
Timestamp:
Apr 2, 2014, 7:26:57 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4c1c923
Parents:
bb525ace
Message:

Tidy up Acl xml, add sed for doc directory install with version, add sed for test suite fix, and add test suite commands.

File:
1 edited

Legend:

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

    rbb525ace r72d6a1b  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure \
    30     --prefix=/usr --libdir=/lib32 \
    31     --libexecdir=/usr/lib32</userinput></screen>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/acl.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
    3232
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    4343    xpointer="xpointer(//*[@os='e'])"/>
    4444
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45<screen os="f"><userinput>CC="gcc ${BUILDN32}" ./configure \
     46    --prefix=/usr --libdir=/lib32 \
     47    --libexecdir=/usr/lib32</userinput></screen>
     48
     49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4650    href="../common/acl.xml"
    47     xpointer="xpointer(//*[@os='f'])"/>
     51    xpointer="xpointer(//*[@os='g'])"/>
    4852
    4953  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5054    href="../common/acl.xml"
    51     xpointer="xpointer(//*[@os='g'])"/>
    52 
    53     <para os="h">Recreate the symlink in <filename class="directory">/usr/lib32</filename> and remove the shared link from <filename class="directory">/lib32</filename>:</para>
    54 
    55 <screen os="i"><userinput>ln -sfv ../../lib32/$(readlink /lib32/libacl.so) /usr/lib32/libacl.so
    56 rm -v /lib32/libacl.so</userinput></screen>
     55    xpointer="xpointer(//*[@os='h'])"/>
     56 
     57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/acl.xml"
     59    xpointer="xpointer(//*[@os='i'])"/>
    5760
    5861  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6063    xpointer="xpointer(//*[@os='j'])"/>
    6164
    62 <screen os="k"><userinput>chmod 755 -v /lib32/libacl.so.1.1.0</userinput></screen>
     65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     66    href="../common/acl.xml"
     67    xpointer="xpointer(//*[@os='k'])"/>
     68
     69  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/acl.xml"
     71    xpointer="xpointer(//*[@os='l'])"/>
     72
     73    <para os="m">Recreate the symlink in <filename class="directory">/usr/lib32
     74    </filename> and remove the shared link from <filename class="directory">
     75    /lib32</filename>:</para>
     76
     77<screen os="n"><userinput>ln -sfv ../../lib32/$(readlink /lib32/libacl.so) /usr/lib32/libacl.so
     78rm -v /lib32/libacl.so</userinput></screen>
     79
     80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     81    href="../common/acl.xml"
     82    xpointer="xpointer(//*[@os='o'])"/>
     83
     84<screen os="p"><userinput>chmod 755 -v /lib32/libacl.so.1.1.0</userinput></screen>
    6385
    6486  </sect2>
Note: See TracChangeset for help on using the changeset viewer.