Thanks Thomas Pegg - corrected readline instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-07-30 23:48:29 +00:00
parent 7e2b777256
commit 546f9eee8c

View File

@ -56,7 +56,7 @@ patch:</para>
non-existent files. Recreate those symlinks:</para>
<screen><userinput>ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so
ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen>
ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so</userinput></screen>
</sect2>