https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258108
--- Comment #12 from Thibault Jouan <tj+freebsd_po...@a13.fr> --- (In reply to mikeg from comment #0) > The staging installed under /usr/local/bin/gem instead of > /usr/local/bin/gem/${RUBY_VER_SHORT} > I hacked the Makefile to move and symlink it so it behaves "properly" (the > way it previously did) but I feel like I'm missing something stupidly obvious > that's causing it to misbehave in the first place. It's because of the new `--format-executable' option flag. This behavior was previously hard-coded, now it is configurable but it has the opposite behavior as before. The same thing happened in the past when `--regenerate-binstubs' was introduced, and now with `--regenerate-plugins' too. I didn't understood this part of your comment during my first read, and later I forgot about it when posting my patch, sorry about that. -- You are receiving this mail because: You are the assignee for the bug.