aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-18 19:30:50 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-18 19:30:50 +0000
commit72033583eb677b863c84eb1454a20ee4ddbcd46e (patch)
treed3b025a3185f68acc8495744587d827ccb83c56a /chapter05/bash-inst.xml
parentab8b3526fa47ad4fd098fe6135492c739e0feb4a (diff)
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 8c9115709..7ee897a3d 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -18,8 +18,8 @@ Install Bash by running the following commands:
</literallayout></blockquote>
<para>
-If you get errors when compiling bash that tell you about not being able to
-find <quote>-lcurses</quote> run these two commands to create the
+If a user gets errors when compiling bash that tell about not being able to
+find <quote>-lcurses</quote> these two commands should be run to create the
missing symlink (so far we have not enountered one distribution that has
this libncurses symlink setup properly, except for LFS systems where it
is setup properly):
@@ -34,8 +34,9 @@ is setup properly):
<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). So check to
-make sure whether you should run the ln command in /usr/lib or in /lib
+but it might reside in /lib (like it does on LFS systems). A user needs
+to check to
+make sure whether the ln command has to be run in /usr/lib or in /lib.
</para>
</sect2>