summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/install-qa-check.d/60appdata-path')
-rw-r--r--metadata/install-qa-check.d/60appdata-path5
1 files changed, 2 insertions, 3 deletions
diff --git a/metadata/install-qa-check.d/60appdata-path b/metadata/install-qa-check.d/60appdata-path
index 578137a3e9e7..a2403083a491 100644
--- a/metadata/install-qa-check.d/60appdata-path
+++ b/metadata/install-qa-check.d/60appdata-path
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# QA check: ensure that metadata files are installed in /usr/share/metainfo
@@ -13,8 +13,7 @@ appdata_path_check() {
done < <(find "${ED%/}/usr/share/appdata" -name '*.xml' -print0 || die)
if [[ ${found[@]} ]]; then
- eqawarn
- eqawarn "This package seems to install metainfo files into the following"
+ eqawarn "QA Notice: This package seems to install metainfo files into the following"
eqawarn "location(s):"
eqawarn
eqatag -v appdata.invalid-path "${found[@]#${D%/}}"