Summary: | dev-vcs/subversion installs pointless libtool archive (.la) files | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | qa, ruby |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
![]() >=dev-vcs/subversion-1.6.11 uses python_clean_installation_image() to delete .la files from Python site-packages directories. Is there a similar function in a ruby eclass?
Ruby team: What is the recommended, portable way of deletion of .la files from site_ruby directories? find "${D}"/usr -name '*.la' -path '*/ruby*' -delete Fixed in dev-vcs/subversion-1.6.13. |