Summary: | dev-lang/eleven installs Perl modules into site-dir (should go in vendor-dir) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Development Tools Team <dev-tools> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | perl |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 280728 |
Description
Diego Elio Pettenò (RETIRED)
![]() src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc install || die + eval "$(perl -V:installvendorlib )" + make prefix="${D}"/usr sysconfdir="${D}"/etc perldir="${D}/${installvendorlib}" install || die I am going to mask this package for removal in a week or so. docdir is wrong, installs useless COPYING file. Please ask, if you want help to fix the installation path. If the sitedir problem isn't fixed when we add perl-5.14, we will mask the package. Removed from the tree. |