diff options
-rw-r--r-- | chapter08/readline.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 2a699b334..b512261b3 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -98,7 +98,6 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> and fix up some permissions and symbolic links:</para> <screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* /lib -chmod -v u+w /lib/lib{readline,history}.so.* ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</userinput></screen> |