From 0587a22850366df0cde0736c279661611a278d41 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Wed, 16 Dec 2009 19:05:54 +0100 Subject: Add the PAM directory to the list of directories where .la files are useless. --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3-65-gdbad