Bladeren bron

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
Thomas Balu Walter 24 jaren geleden
bovenliggende
commit
a00fc2a74c
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      chapter05/bash-inst.xml

+ 7 - 7
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>