Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 283734

Summary: games-arcade/frozen-bubble installs perl modules to site_perl
Product: Gentoo Linux Reporter: Torsten Veller (RETIRED) <tove>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 280728    

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.