aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/readline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/readline.xml')
-rw-r--r--chapter08/readline.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index cd105c164..72608ac94 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -94,13 +94,6 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" install</userinput></screen>
- <para>Now move the dynamic libraries to a more appropriate location
- and fix up symbolic links:</para>
-
-<screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* /lib
-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>
-
<para>If desired, install the documentation:</para>
<screen><userinput remap="install">install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput></screen>