metadata/install-qa-check.d: clarify QA warning

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-19 19:31:03 +01:00
parent 4a007c83aa
commit 3f2e678f95

View File

@@ -34,7 +34,7 @@ libtool_la_check() {
done
if [[ -n "${bad_files[@]}" ]] ; then
eqawarn "QA Notice: Installing libtool files (.la) without corresponding libraries!"
eqawarn "QA Notice: Installing libtool files (.la) without corresponding static libraries!"
eqatag -v libtool-la.unnecessary "${bad_files[@]#${D}}"
fi
}