Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300489 - dev-ruby/rdoc-2.4.3 installs files into /
Summary: dev-ruby/rdoc-2.4.3 installs files into /
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 21:58 UTC by Andy Kittner
Modified: 2010-01-10 23:04 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 Andy Kittner 2010-01-10 21:58:50 UTC
The files rdoc-2 and ri-2 end up in / while they almost certainly belong into /usr/bin. If I read the docs in the ruby-fakegems.eclass right then second argument to ruby_fakegem_binwrapper should be a fully qualified path and prefixing /usr/bin/ in the ebuild did indeed fix the problem for me.
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2010-01-10 23:03:14 UTC
whoops, yes.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2010-01-10 23:04:59 UTC
and fixed in -r1, thanks.