diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 06:37:08 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 06:37:08 +0000 |
commit | 8c5274b14046e022b5b64ecd6051ba7089f641cb (patch) | |
tree | 134c7871bd977c9c00bbe3861fc4db100b7f1ceb /chapter06 | |
parent | a939c0871f10193192f25f7e5f6b08aad8dd85ec (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.xml | 3 |
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> |