upgraded notes to cautions on tcl & tk

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3181 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2005-01-04 04:11:47 +00:00
parent a568da2f2c
commit 785d6d2feb
2 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,10 @@ ln -nsf ../../include/tcl${V} /usr/lib/tcl${V}/include &&
ln -sf libtcl${V}.so /usr/lib/libtcl.so &&
ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen>
<note><para>If you build the package as an ordinary user and then switch to
<caution><para>If you build the package as an ordinary user and then switch to
root to install the package, ensure you set the environment variables
<envar>V</envar> and <envar>VERSION</envar> before running the installation
commands.</para></note>
commands.</para></caution>
</sect2>

View File

@ -70,10 +70,10 @@ ln -nsf ../../include/tk${V} /usr/lib/tk${V}/include &amp;&amp;
ln -sf libtk${V}.so /usr/lib/libtk.so &amp;&amp;
ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
<note><para>If you build the package as an ordinary user and then switch to
<caution><para>If you build the package as an ordinary user and then switch to
root to install the package, ensure you set the environment variables
<envar>V</envar> and <envar>VERSION</envar> before running the installation
commands.</para></note>
commands.</para></caution>
</sect2>