Ignore:
Timestamp:
05/30/2005 09:44:19 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a71ee9cb
Parents:
cec675bd
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4511 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    rcec675bd r24ca7aa  
    1717
    1818  <para>The packages that are installed in this book are only the tip of the
    19   iceberg. We hope that the experience you gained with the LFS book and 
    20   the BLFS book will give you the background needed to compile, install 
     19  iceberg. We hope that the experience you gained with the LFS book and
     20  the BLFS book will give you the background needed to compile, install
    2121  and configure packages that are not included in this book.</para>
    2222
    2323  <para>When you want to install a package to a location other than
    24   <filename class='directory'>/</filename>, or 
     24  <filename class='directory'>/</filename>, or
    2525  <filename class='directory'>/usr</filename>, you are installing
    2626  outside the default environment settings on most machines.  The following
     
    3535    </listitem>
    3636    <listitem>
    37       <para>Expand the <envar>PATH</envar> for 
     37      <para>Expand the <envar>PATH</envar> for
    3838      <systemitem class="username">root</systemitem> to include
    3939      <filename class='directory'>$PREFIX/sbin</filename>.</para>
     
    6262    </listitem>
    6363    <listitem>
    64       <para>Add <filename class='directory'>$PREFIX/include</filename> to 
    65       <envar>CPPFLAGS</envar> when compiling packages that depend on 
     64      <para>Add <filename class='directory'>$PREFIX/include</filename> to
     65      <envar>CPPFLAGS</envar> when compiling packages that depend on
    6666      the package you installed.</para>
    6767    </listitem>
     
    8181    </listitem>
    8282    <listitem>
    83       <para>If you know the name of the executable, but not the package 
    84       that the executable belongs to, first try a google search with the name of the 
    85       executable. If the results are overwhelming, try searching for the given 
     83      <para>If you know the name of the executable, but not the package
     84      that the executable belongs to, first try a google search with the name of the
     85      executable. If the results are overwhelming, try searching for the given
    8686      executable in the Debian repository at
    8787      <ulink url="http://www.debian.org/distrib/packages#search_contents"/>.</para>
     
    9595      <para>Many of the newer packages follow the <command>./configure
    9696      &amp;&amp; make &amp;&amp; make install</command> process.
    97       Help on the options accepted by configure can be obtained via the 
     97      Help on the options accepted by configure can be obtained via the
    9898      command <command>./configure --help</command>.</para>
    9999    </listitem>
     
    114114  <tip>
    115115    <para>If you have found a package that is only available in .deb or .rpm
    116     format, there are two small scripts, <command>rpm2targz</command> and 
    117     <command>deb2targz</command> that are available at 
    118     <ulink url="&downloads-project;/deb2targz.tar.bz2"/> and 
    119     <ulink url="&downloads-project;/rpm2targz.tar.bz2"/> to convert the archives 
     116    format, there are two small scripts, <command>rpm2targz</command> and
     117    <command>deb2targz</command> that are available at
     118    <ulink url="&downloads-project;/deb2targz.tar.bz2"/> and
     119    <ulink url="&downloads-project;/rpm2targz.tar.bz2"/> to convert the archives
    120120    into a simple <filename>tar.gz</filename> format.</para>
    121121  </tip>
Note: See TracChangeset for help on using the changeset viewer.