diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:39:15 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:39:15 +0000 |
commit | a00fc2a74ce168671f541f867ab2e9ae03f70be3 (patch) | |
tree | 0c9504ad00d03cc783b8d44d33850d0567bb88bc /chapter05 | |
parent | 32bbb1c62c60e9eb763da8f0499b3815fb21a249 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 5e422c57f..6e90d916f 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -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> |