Changeset e8b2f0d


Ignore:
Timestamp:
06/13/2005 01:12:45 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
eeb1e577
Parents:
319e95db
Message:

Changed dictionary locations to /usr/share/ispell

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/ispell.xml

    r319e95db re8b2f0d  
    1010  <!ENTITY ispell-size "1.2 MB">
    1111  <!ENTITY ispell-buildsize "11 MB">
    12   <!ENTITY ispell-time "0.03 SBU">
     12  <!ENTITY ispell-time "less than 0.1 SBU">
    1313]>
    1414
     
    6262    <para>The first step is to create <filename>local.h</filename>.</para>
    6363
    64 <screen><userinput>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</userinput></screen>
     64<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
     65    local.h.linux > local.h</userinput></screen>
    6566
    6667    <para>By default, <application>ispell</application> only installs an American
     
    6970    <filename>local.h</filename>.</para>
    7071
    71     <para>Compile and install <application>ispell</application> using the
     72    <para>Build <application>ispell</application> using the
    7273    following commands:</para>
    7374
    74 <screen><userinput>make &amp;&amp;
    75 make install</userinput></screen>
     75<screen><userinput>make</userinput></screen>
     76
     77    <para>To test the build, issue: <command>make test</command>.</para>
     78
     79    <para>Now as the root user:</para>
     80
     81<screen><userinput>make install</userinput></screen>
     82
     83  </sect2>
     84
     85  <sect2 role="commands">
     86    <title>Command Explanations</title>
     87
     88    <para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
     89    local.h.linux > local.h</command>: This command corrects the
     90    installation directories of the package.</para>
    7691
    7792  </sect2>
     
    88103        <seg>ispell</seg>
    89104        <seg>None</seg>
    90         <seg>None</seg>
     105        <seg>/usr/share/ispell</seg>
    91106      </seglistitem>
    92107    </segmentedlist>
  • introduction/welcome/changelog.xml

    r319e95db re8b2f0d  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 12th, 2005 [bdubbs]: Changed location of ispell
     29      dictionaries to /usr/share/ispell.</para>
     30    </listitem>
    2631
    2732    <listitem>
Note: See TracChangeset for help on using the changeset viewer.