From: Zac Medico Date: Wed, 6 Mar 2013 22:16:34 +0000 (-0800) Subject: Clarify "Excessive files" QA die message. X-Git-Tag: v2.2.0_alpha167~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b86a460dc7adb027a32e2dfdce73c6fe8d3d694d;p=portage.git Clarify "Excessive files" QA die message. --- 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.