From 3fa41475157bd8481cc13473509fee252df8e2e6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 19 Mar 2023 10:15:18 +0100 Subject: [PATCH] outputpkgdest: don't mix make and qmake For outputting DESTDIR=, we need to test whether the text contains "make". But when it contains "qmake" (or any different word containing "make" but not exactly "make), we don't want to output anything more than the text. So strengthen the test. --- BLFS/xsl/scripts.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BLFS/xsl/scripts.xsl b/BLFS/xsl/scripts.xsl index d5d0fa3..78f61ad 100644 --- a/BLFS/xsl/scripts.xsl +++ b/BLFS/xsl/scripts.xsl @@ -944,7 +944,8 @@ echo Size after install: $(sudo du -skx --exclude home $BUILD_DIR) >> $INFOLOG - +