From 70d0805c1f7c2edb28cc997fe5f84b4372a76c6c Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Mon, 28 Dec 2009 16:15:01 +0100 Subject: Fix -path search for useless .la files. --- bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bashrc b/bashrc index 788309d..a1f216f 100755 --- a/bashrc +++ b/bashrc @@ -79,10 +79,10 @@ post_src_install() { -fprintf "${T}"/tinderbox-misplaced-doc.log "/%P\n" \) , \ \( -path "${D}"usr/share/locale/\* -name '*.mo' \ -fprintf "${T}"/tinderbox-locales.log "/%P\n" \) , \ - \( \( -path "${D}"/usr/lib\*/python\*/site-packages/\* -or \ - -path "${D}"/usr/lib\*/ruby/site-ruby/\* -or \ - -path "${D}"/usr/lib\*/perl5/\* -or \ - -path "${D}"/lib\*/security/\* \) -name '*.la' \ + \( \( -path "${D}"usr/lib\*/python\*/site-packages/\* -or \ + -path "${D}"usr/lib\*/ruby/site-ruby/\* -or \ + -path "${D}"usr/lib\*/perl5/\* -or \ + -path "${D}"lib\*/security/\* \) -name '*.la' \ -fprintf "${T}"/tinderbox-pointless-la.log "/%P\n" \) if [[ -d "${D}"/usr/share/locale ]] && ! [[ -s "${T}"/tinderbox-locales.log ]]; then -- cgit v1.2.3-65-gdbad