diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-27 21:50:53 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-05-27 21:50:53 +0800 |
commit | f81a8a4a3ce71e64f11cf5a5320421552a97ba2b (patch) | |
tree | 8c97ffce16eb98c9067a0247f84f9c61dbc34aed | |
parent | 2bb813a1e8bfda27e1a7658970cc723e11ab92a9 (diff) |
fix command for removing libncurses++w.a
What was I doing ?!
-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> |