From db9d773c6e39372c09613573d66473172d4f353f Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 28 Feb 2004 11:26:41 +0000 Subject: Forgetfulness makes the most traffic... git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter06/ncurses.xml') 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: mv /usr/lib/libncurses.so.5* /lib -Since the libraries have been moved to -/lib, a few symlinks are currently pointing -towards non-existing files. Recreate those symlinks: +Now the libraries have been moved, a few symlinks are pointing to +non-existent files. Recreate those symlinks: ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so ln -sf libncurses.so /usr/lib/libcurses.so -- cgit v1.2.3-54-g00ecf