From 6e3ca2544faf563857d6791ea8cb92053c6f7d67 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Tue, 29 Dec 2009 19:32:02 +0100 Subject: Fix check for .la files in ruby extensions. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a1f216f..16f8530 100755 --- a/bashrc +++ b/bashrc @@ -80,7 +80,7 @@ post_src_install() { \( -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\*/ruby\*/site_ruby/\* -or \ -path "${D}"usr/lib\*/perl5/\* -or \ -path "${D}"lib\*/security/\* \) -name '*.la' \ -fprintf "${T}"/tinderbox-pointless-la.log "/%P\n" \) -- cgit v1.2.3-65-gdbad