Changeset 70acbca


Ignore:
Timestamp:
08/10/06 10:19:30 (18 years ago)
Author:
Chris Staub <chris@…>
Children:
b491727
Parents:
f7fb165
Message:

Text updates

Files:
2 edited

Legend:

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

    rf7fb165 r70acbca  
    3838<screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" libbz2.a</userinput></screen>
    3939
    40     <para os="i">Install the libraries, make
    41     some necessary symbolic links, and clean up:</para>
     40    <para os="i">Install the libraries and make
     41    a necessary symbolic link:</para>
    4242
    4343<screen os="j"><userinput>cp -v libbz2.a /usr/lib
  • testsuite-tools/common/expect.xml

    rf7fb165 r70acbca  
    2626    <title>Installation of Expect</title>
    2727
    28     <para os="s1">The following sed prevents searching for libraries in
    29     /tools/lib. It will now search in ${libdir}:</para>
     28    <para os="s1">The following sed tells <command>configure</command> to look
     29    for libraries in ${libdir}, not just in /tools/lib:</para>
    3030
    3131<screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.