From b86a460dc7adb027a32e2dfdce73c6fe8d3d694d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 6 Mar 2013 14:16:34 -0800 Subject: [PATCH] Clarify "Excessive files" QA die message. --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ba4fb0f0c..18a5d55b7 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -650,7 +650,7 @@ install_qa_check() { eqawarn "QA Notice: Excessive files found in the / partition" eqawarn "${f}" __vecho -ne '\n' - die "static archives (*.a) and libtool library files (*.la) do not belong in /" + die "static archives (*.a) and libtool library files (*.la) belong in /usr/lib*, not /lib*" fi # Verify that the libtool files don't contain bogus $D entries. -- 2.26.2