From a00fc2a74ce168671f541f867ab2e9ae03f70be3 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Wed, 28 Mar 2001 13:39:15 +0000 Subject: [PATCH] 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 --- chapter05/bash-inst.xml | 14 +++++++------- 1 file 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): -
- - cd /usr/lib && - ln -s libncurses.a libcurses.a - -
- 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. +
+ + cd /usr/lib && + ln -s libncurses.a libcurses.a + +
+