summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2024-03-29 19:06:18 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2024-03-29 19:06:18 +0000
commitaab8db34ba6596100b3ab1a0b93ea731d6ad2f74 (patch)
tree1f87210bb9ebac9564a33ceeacd07e755f05d689 /metadata
parent2024-03-29 17:34:19 UTC (diff)
parentnet-nds/openldap: fix automagic dependency on cyrus-sasl (diff)
downloadgentoo-aab8db34ba6596100b3ab1a0b93ea731d6ad2f74.tar.gz
gentoo-aab8db34ba6596100b3ab1a0b93ea731d6ad2f74.tar.bz2
gentoo-aab8db34ba6596100b3ab1a0b93ea731d6ad2f74.zip
Merge updates from master
Diffstat (limited to 'metadata')
-rw-r--r--metadata/install-qa-check.d/08gentoo-paths4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths
index 5b8607fd5f96..0b92a7a1c132 100644
--- a/metadata/install-qa-check.d/08gentoo-paths
+++ b/metadata/install-qa-check.d/08gentoo-paths
@@ -70,9 +70,9 @@ gentoo_path_check() {
# report
# ------
if [[ -n ${bad_paths[@]} ]]; then
- eqawarn "QA Notice: The ebuild is installing to one or more unexpected paths:"
+ eqawarn "QA Notice: The ebuild is installing to one or more unexpected directories:"
eqawarn
- eqatag -v non-gentoo-paths "${bad_paths[@]}"
+ eqatag -v non-gentoo-paths "${bad_paths[@]#${D%/}}"
eqawarn
eqawarn "Please fix the ebuild to use correct FHS/Gentoo policy paths."
fi