leading ${D} from file paths.
svn path=/main/trunk/; revision=8935
# 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"