Ignore:
Timestamp:
Jun 28, 2006, 10:21:31 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e94048f
Parents:
048cd1f
Message:

Corrected final-system multilib bzip2 installation so that tests are not disabled

File:
1 edited

Legend:

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

    r048cd1f r3b4eb18  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <para os="m1">We need to remove the tests since they won't work on
    26     a multi-architecture build, and change the default lib path
     25    <para os="m1">We need to change the default lib path
    2726    to <filename class="directory">lib32</filename>:</para>
    2827
    29 <screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
    30     -e 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen>
     28<screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen>
    3129
    3230    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.