From f81a8a4a3ce71e64f11cf5a5320421552a97ba2b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 27 May 2022 21:50:53 +0800 Subject: fix command for removing libncurses++w.a What was I doing ?! --- chapter06/ncurses.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Remove an unneeded static library not handled by configure: -rm -v /usr/lib/libncurses++w.a +rm -v $LFS/usr/lib/libncurses++w.a The meaning of the install options: -- cgit v1.2.3-54-g00ecf