diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index dd804d5bf..34426d4b7 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -137,7 +137,7 @@ echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen> <para>Remove an unneeded static library not handled by <command>configure</command>:</para> -<screen><userinput remap="install">rm -v /usr/lib/libncurses++w.a</userinput></screen> +<screen><userinput remap="install">rm -v $LFS/usr/lib/libncurses++w.a</userinput></screen> <variablelist> <title>The meaning of the install options:</title> |