From c8d5f11878306b86ba0cabd104aa860c9e8df960 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 8 Dec 2018 10:04:25 +0000 Subject: [PATCH] update-lfs.sh: remove tools package from instpkg.xml --- BLFS/update-lfs.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BLFS/update-lfs.sh b/BLFS/update-lfs.sh index 53e4309..127d502 100755 --- a/BLFS/update-lfs.sh +++ b/BLFS/update-lfs.sh @@ -98,7 +98,11 @@ if [ x$ANSWER = "xyes" ] ; then for pack in $(grep '\([^<]*\)<.*/\1/' | sort | uniq); do - if [ "$pack" = "libstdc++" ]; then continue; fi + if [ "$pack" = "libstdc++" -o \ + "$pack" = "tcl" -o \ + "$pack" = "tcl-core" -o \ + "$pack" = "expect" -o \ + "$pack" = "dejagnu" ]; then continue; fi VERSION=$(grep -A1 ">$pack\([^<]*\)<.*/\1/p')