diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-28 16:15:01 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-28 16:15:01 +0100 |
commit | 70d0805c1f7c2edb28cc997fe5f84b4372a76c6c (patch) | |
tree | 342dba8092b465344363258614c79dc459bc87b2 | |
parent | Split the misplaced documentation and perl site-dir install logs. (diff) | |
download | flameeyes-tinderbox-70d0805c1f7c2edb28cc997fe5f84b4372a76c6c.tar.gz flameeyes-tinderbox-70d0805c1f7c2edb28cc997fe5f84b4372a76c6c.tar.bz2 flameeyes-tinderbox-70d0805c1f7c2edb28cc997fe5f84b4372a76c6c.zip |
Fix -path search for useless .la files.
-rwxr-xr-x | bashrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |