From 8c5274b14046e022b5b64ecd6051ba7089f641cb Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 06:37:08 +0000 Subject: 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 --- chapter06/ncurses-inst.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06/ncurses-inst.xml') 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: towards non-existing files. Recreate those symlinks: 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 +ln -sf libncurses.so /usr/lib/libcurses.so -- cgit v1.2.3-54-g00ecf