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-path4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/install-qa-check.d/60appdata-path b/metadata/install-qa-check.d/60appdata-path
index a2403083a491..06c5f91e8ce5 100644
--- a/metadata/install-qa-check.d/60appdata-path
+++ b/metadata/install-qa-check.d/60appdata-path
@@ -13,8 +13,8 @@ appdata_path_check() {
done < <(find "${ED%/}/usr/share/appdata" -name '*.xml' -print0 || die)
if [[ ${found[@]} ]]; then
- eqawarn "QA Notice: This package seems to install metainfo files into the following"
- eqawarn "location(s):"
+ eqawarn "QA Notice: This package seems to install metainfo files into the"
+ eqawarn "following location(s):"
eqawarn
eqatag -v appdata.invalid-path "${found[@]#${D%/}}"
eqawarn