diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 12:36:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 12:36:18 +0000 |
commit | e3f06c0127185ea72d51f06fe812031e459df463 (patch) | |
tree | aa7d6430c8db601723971626da54fd78a599c3eb | |
parent | d257e5c66447087d59999c9fba72a31e235d5078 (diff) |
Removed symlink creation explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/ncurses-exp.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 4f310d448..8e8c641ce 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -11,11 +11,5 @@ shared ncurses library files. termcap fall back support. </para> -<para> -<userinput>ln -s libncurses.a libcurses.a:</userinput> This creates the -/lib/libcurses.a symlink that for some reason isn't created during the -libncurses installation. -</para> - </sect2> |