Added verbose flag to Aspell installation instructions (for consistency with the rest of the book)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4680 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-07-04 15:22:39 +00:00
parent f14dde8706
commit 60b430f07a

View File

@ -90,12 +90,12 @@ make</userinput></screen>
<para>If you do not plan to install <application>Ispell</application>,
then copy the wrapper script <command>ispell</command>:</para>
<screen role="root"><userinput>install -m 755 scripts/ispell /usr/bin/</userinput></screen>
<screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen>
<para>If you do not plan to install <application>Spell</application>,
then copy the wrapper script <command>spell</command>:</para>
<screen role="root"><userinput>install -m 755 scripts/spell /usr/bin/</userinput></screen>
<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
</sect2>
@ -129,8 +129,9 @@ make</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
run-with-aspell and word-list-compress</seg>
<seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin,
pspell-config, run-with-aspell, word-list-compress and optionally,
ispell and spell</seg>
<seg>libaspell.so and libpspell.so</seg>
<seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
</seglistitem>