diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-07-30 23:48:29 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-07-30 23:48:29 +0000 |
commit | 546f9eee8cda74130c0aa9c9d8a3c4bad3d6e39b (patch) | |
tree | 87ff32532fb6d5866956c3a23be057024e0a1657 /chapter06/readline.xml | |
parent | 7e2b777256e60c69348004b7cef4ebf072daba57 (diff) |
Thanks Thomas Pegg - corrected readline instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 96437bf1b..166ac2394 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -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> |