mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
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:
parent
32bbb1c62c
commit
a00fc2a74c
@ -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 &&</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 &&</userinput>
|
||||
<userinput>ln -s libncurses.a libcurses.a</userinput>
|
||||
|
||||
</literallayout></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user