diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-29 19:32:02 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-29 19:32:02 +0100 |
commit | 6e3ca2544faf563857d6791ea8cb92053c6f7d67 (patch) | |
tree | 6c3643736d25572b44f42b98cef9c1a692a72fa8 | |
parent | All the packages whose config files are important are merged at restart, the ... (diff) | |
download | flameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.tar.gz flameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.tar.bz2 flameeyes-tinderbox-6e3ca2544faf563857d6791ea8cb92053c6f7d67.zip |
Fix check for .la files in ruby extensions.
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \) |