Changes in / [3999c22:dabd16b]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    r3999c22 rdabd16b  
    2424  url="http://www.google.com/"/>) provides a useful search engine for
    2525  most packages. If this search is unsuccessful, try one of the
    26   alternative means of downloading discussed at <ulink
    27   url="&lfs-root;lfs/packages.html#packages"/>. </para>
     26  alternative means of downloading at <ulink
     27  url="&lfs-root;lfs/mirrors.html#files"/>. </para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
  • chapter08/bzip2.xml

    r3999c22 rdabd16b  
    9898done</userinput></screen>
    9999
    100     <para>Remove an useless static library:</para>
     100    <para>Remove a useless static library:</para>
    101101
    102102<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen>
  • chapter08/libtool.xml

    r3999c22 rdabd16b  
    7272              so we manually remove the static library -->
    7373
    74     <para>Remove an useless static library:</para>
     74    <para>Remove a useless static library:</para>
    7575
    7676<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>
  • chapter08/zlib.xml

    r3999c22 rdabd16b  
    5858<screen><userinput remap="install">make install</userinput></screen>
    5959
    60     <para>Remove an useless static library:</para>
     60    <para>Remove a useless static library:</para>
    6161
    6262<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.