Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: None
-
Labels:None
-
Environment:Gentoo Linux
-
Number of attachments :
Description
Right now Config::CONFIG["bindir"] always reports JRUBY_HOME + /bin as commands' directories, and this is used among other things by rake to launch jruby itself.
Since distributions (in this case Gentoo) might install jruby directly into /usr/bin, there should be an override for this (currently fixed with a nasty hardcoding in Gentoo); it would also be nice to have the properties file to override that once and for all at build time ![]()
Seems like this would get fixed if
JRUBY-4516gets fixed, right?