Changeset f14dde87


Ignore:
Timestamp:
07/04/2005 06:27:17 AM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
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:
60b430f
Parents:
1e6a6d4d
Message:

Install wrapper scripts for aspell

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r1e6a6d4d rf14dde87  
    8888<screen role="root"><userinput>make install</userinput></screen>
    8989
     90        <para>If you do not plan to install <application>Ispell</application>,
     91        then copy the wrapper script <command>ispell</command>:</para>
     92
     93<screen role="root"><userinput>install -m 755 scripts/ispell /usr/bin/</userinput></screen>
     94
     95        <para>If you do not plan to install <application>Spell</application>,
     96        then copy the wrapper script <command>spell</command>:</para>
     97
     98<screen role="root"><userinput>install -m 755 scripts/spell /usr/bin/</userinput></screen>
     99
    90100  </sect2>
    91101
  • general/genlib/gmp.xml

    r1e6a6d4d rf14dde87  
    6969
    7070    <para>To test the results, issue: <command>make check</command>.
    71         Owing to various reports of mis-compilations caused by compilers,
     71        Owing to various reports of mis-compilations,
    7272        the maintainer strongly recommends running the test-suite and
    7373        report any failures.</para>
  • introduction/welcome/changelog.xml

    r1e6a6d4d rf14dde87  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>July 3rd, 2005 [tushar]: Added note on installation of ispell and spell wrappers in aspell.</para>
     29    </listitem>
    2630
    2731    <listitem>
Note: See TracChangeset for help on using the changeset viewer.