On Fri, 12 Jun 2015 19:05:18 +0200
Davide Pesavento <p...@gentoo.org> wrote:

> >> @@ -470,7 +470,7 @@
> >>               mv "${pcfile}" "${ED}"/usr/$(get_libdir)/pkgconfig
> >> || die done
> >>       eshopts_pop
> >> -     rmdir "${D}/${QT4_LIBDIR}"/pkgconfig || die
> >> +     rmdir "${D}/${QT4_LIBDIR}"/pkgconfig
> >>
> >>       qt4_install_module_qconfigs
> >>       qt4_symlink_framework_headers
> >
> > And now you're doing a QA violation. Just don't call rmdir if
> > something doesn't exist instead of ignoring the result and letting
> > it spit random errors, all into 'did not exist' basket.
> 
> Wow. "QA violation". Sounds quite exaggerated don't you think?

No.


     jer

Reply via email to