diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 82a9c23ba..700d81b9e 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -41,9 +41,8 @@ where they're expected to reside:</para> <screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen> -<para>Since the libraries have been moved to -<filename>/lib</filename>, a few symlinks are currently pointing -towards non-existing files. Recreate those symlinks:</para> +<para>Now the libraries have been moved, a few symlinks are pointing to +non-existent files. Recreate those symlinks:</para> <screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen> |