From f2c370f8cbd01a26843a4dd20903edab0474ec07 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Dec 2007 23:50:17 +0000 Subject: In "QA Notice: Precompiled python" messages, use sed to strip the leading ${D} from file paths. (trunk r8935) svn path=/main/branches/2.1.2/; revision=8936 --- bin/misc-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 9e37fe118..3fe748760 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -319,7 +319,8 @@ install_qa_check() { # Compiled python objects do not belong in /usr/share (FHS violation) # and can be a pain when upgrading python - f=$([ -d "${D}"/usr/share ] && find "${D}"/usr/share -name '*.py[co]') + f=$([ -d "${D}"/usr/share ] && \ + find "${D}"usr/share -name '*.py[co]' | sed "s:${D}:/:") if [[ -n ${f} ]] ; then vecho -ne '\a\n' eqawarn "QA Notice: Precompiled python object files do not belong in /usr/share" -- cgit v1.2.3-1-g7c22