summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-16 19:05:54 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-16 19:05:54 +0100
commit0587a22850366df0cde0736c279661611a278d41 (patch)
treece65037eb4409eb78c3e4cae119fe6f2e58949e1
parentShow some further statistics about completed merges. (diff)
downloadflameeyes-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.
-rwxr-xr-xbashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index f2de12e..ade5785 100755
--- a/bashrc
+++ b/bashrc
@@ -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