summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-29 19:32:02 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-29 19:32:02 +0100
commit6e3ca2544faf563857d6791ea8cb92053c6f7d67 (patch)
tree6c3643736d25572b44f42b98cef9c1a692a72fa8
parentAll the packages whose config files are important are merged at restart, the ... (diff)
downloadflameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.tar.gz
flameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.tar.bz2
flameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.zip
Fix check for .la files in ruby extensions.
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
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" \)