diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-16 19:05:54 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-16 19:05:54 +0100 |
commit | 0587a22850366df0cde0736c279661611a278d41 (patch) | |
tree | ce65037eb4409eb78c3e4cae119fe6f2e58949e1 /bashrc | |
parent | Show some further statistics about completed merges. (diff) | |
download | flameeyes-tinderbox-0587a22850366df0cde0736c279661611a278d41.tar.gz flameeyes-tinderbox-0587a22850366df0cde0736c279661611a278d41.tar.bz2 flameeyes-tinderbox-0587a22850366df0cde0736c279661611a278d41.zip |
Add the PAM directory to the list of directories where .la files are useless.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ post_src_install() { -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/\* \) -name '*.la' \ + -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 |