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')