aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 06:37:08 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 06:37:08 +0000
commit8c5274b14046e022b5b64ecd6051ba7089f641cb (patch)
tree134c7871bd977c9c00bbe3861fc4db100b7f1ceb /chapter06
parenta939c0871f10193192f25f7e5f6b08aad8dd85ec (diff)
removed the libcurses.a symlink re-creation - not needed. Added 'f' option to ln commadn for the libcurses.so symlink creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index 1db5cd1e6..f84e20a34 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -37,7 +37,6 @@ where they're expected to reside:</para>
towards non-existing files. Recreate those symlinks:</para>
<para><screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
-ln -s libncurses.a /usr/lib/libcurses.a
-ln -s libncurses.so /usr/lib/libcurses.so</userinput></screen></para>
+ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen></para>
</sect2>