aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-02 18:04:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-02 18:04:56 +0000
commit1438da9c82d52e89df9d46621e8f429f77e5124e (patch)
treedea89c2317f1f6e8fd253eb996bd4ef9c17ccf8f
parentcf45fbd1353d1cca5ada1e0413d9c487c0f65c95 (diff)
noted that you need to be root to run the ln command to create libcurses.a
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/bash-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 82572cbc4..7ab7fe351 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -13,7 +13,7 @@ development package. This package is often called something like
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:</para>
+following commands as user root:</para>
<para><screen><userinput>cd /usr/lib &amp;&amp;
ln -s libncurses.a libcurses.a</userinput></screen></para>