aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-10-18 19:48:26 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-10-18 19:48:26 +0000
commitf50705faeb83945ad370e59748a05cc6df624ea0 (patch)
tree15d1ea246308dcbbb48f1394518096a31ee7a2e1 /chapter05
parent0c11bd1656e429a6794a7c49a4b320cd61a32c10 (diff)
added ncurses-static package name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 59f14e23c..7283b50ae 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -9,11 +9,11 @@ the instructions of the book version you read exactly.</para>
<para>If both of the files are missing, you have to install the Ncurses
development package. This package is often called something like
-<emphasis>ncurses-dev</emphasis>. If this package is already installed,
-or you just installed it, check for the two files again. Often the
-<filename>libcurses.a</filename> file is (still) missing. If so, then
-create <filename>libcurses.a</filename> as a symlink by running the
-following commands as user root:</para>
+<emphasis>ncurses-dev</emphasis> or <emphasis>ncurses-static</emphasis>. If
+this package is already installed, or you just installed it, check for the
+two files again. Often the <filename>libcurses.a</filename> file is (still)
+missing. If so, then create <filename>libcurses.a</filename> as a symlink
+by running the following commands as user root:</para>
<para><screen><userinput>ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para>