aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-28 11:26:41 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-28 11:26:41 +0000
commitdb9d773c6e39372c09613573d66473172d4f353f (patch)
tree91b594ceb3f92f088471701b492277c2a914344b /chapter06/ncurses.xml
parent687ef736a582e6672791398a62af027c5bac82ec (diff)
Forgetfulness makes the most traffic...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 82a9c23ba..700d81b9e 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -41,9 +41,8 @@ where they're expected to reside:</para>
<screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen>
-<para>Since the libraries have been moved to
-<filename>/lib</filename>, a few symlinks are currently pointing
-towards non-existing files. Recreate those symlinks:</para>
+<para>Now the libraries have been moved, a few symlinks are pointing to
+non-existent files. Recreate those symlinks:</para>
<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen>