Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283734 - games-arcade/frozen-bubble installs perl modules to site_perl
Summary: games-arcade/frozen-bubble installs perl modules to site_perl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-sitedir
  Show dependency tree
 
Reported: 2009-09-05 09:01 UTC by Torsten Veller (RETIRED)
Modified: 2009-09-06 21:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2009-09-05 09:01:11 UTC
Ebuilds should install to vendor_perl and not to site_perl.

Can you please change:

| - emake DESTDIR="${D}" install || die "make install failed"
| + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed"

If you don't object, i'll change it in a week.

Thanks
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-09-05 14:57:26 UTC
The tracker bug doesn't explain why.  Might want to add that information.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-09-06 21:25:51 UTC
fixed.  thanks for the bug report.