Moved the Note: in front of the ln -s

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Balu Walter 2001-03-28 13:39:15 +00:00
parent 32bbb1c62c
commit a00fc2a74c

View File

@ -25,13 +25,6 @@ this libncurses symlink setup properly, except for LFS systems, where it
is setup properly):
</para>
<blockquote><literallayout>
<userinput>cd /usr/lib &amp;&amp;</userinput>
<userinput>ln -s libncurses.a libcurses.a</userinput>
</literallayout></blockquote>
<para>
Note: Normally, the libncurses.a file resides in the /usr/lib directory
but it might reside in /lib (like it does on LFS systems). A user needs
@ -39,5 +32,12 @@ to check to
make sure whether the ln command has to be run in /usr/lib or in /lib.
</para>
<blockquote><literallayout>
<userinput>cd /usr/lib &amp;&amp;</userinput>
<userinput>ln -s libncurses.a libcurses.a</userinput>
</literallayout></blockquote>
</sect2>