aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml14
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 &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>