Clarify "Excessive files" QA die message.
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Mar 2013 22:16:34 +0000 (14:16 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Mar 2013 22:16:34 +0000 (14:16 -0800)
bin/misc-functions.sh

index ba4fb0f0ce23ddc0c8b9384d0f21ec43f09d81d9..18a5d55b72848eba6ad4a973d79b3a916ff91c48 100755 (executable)
@@ -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.