From 94a78ddfa260be3b46e48c83fbf3bac181a74544 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 8 Dec 2018 09:04:01 +0000 Subject: [PATCH] When installing BLFS tools, the database of installed packages is populated with LFS pacakges. But packages installed only in tools should not be in this database. As a side note, it would be cleaner to use an xsl stylesheet for that. --- common/libs/func_install_blfs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index b6fc6a8..ab58f0b 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -219,6 +219,10 @@ update: @for pack in \$\$(grep '\([^<]*\)<.*/\1/' | \\ sort | uniq); do \\ + if [ "x\$\$pack" = xtcl -o \\ + "x\$\$pack" = xexpect -o \\ + "x\$\$pack" = xdejagnu ]; then continue; \\ + fi; \\ VERSION=\$\$(grep -A1 ">\$\$pack