FreeBSD Bugzilla – Attachment 228667 Details for
Bug 258108
[exp-run] devel/ruby-gems: Update to 3.3.7 (Fixes for Ruby 3.0)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround broken --destdir with bundler
rubygems-setup-destdir-bundler-fix.patch (text/plain), 856 bytes, created by
Thibault Jouan
on 2021-10-13 14:02:24 UTC
(
hide
)
Description:
Workaround broken --destdir with bundler
Filename:
MIME Type:
Creator:
Thibault Jouan
Created:
2021-10-13 14:02:24 UTC
Size:
856 bytes
patch
obsolete
>commit 79fa53b0b79fa69512a2192c6a9b82213309394a >Author: Thibault Jouan <tj@a13.fr> >AuthorDate: Mon Oct 11 23:57:35 2021 +0000 >Commit: Thibault Jouan <tj@a13.fr> >CommitDate: Tue Oct 12 01:13:13 2021 +0000 > > Fix something about wrong bundler install path > >diff --git lib/rubygems/commands/setup_command.rb lib/rubygems/commands/setup_command.rb >index a054d9a47..2f7f29575 100644 >--- lib/rubygems/commands/setup_command.rb >+++ lib/rubygems/commands/setup_command.rb >@@ -395,7 +395,6 @@ def install_default_bundler_gem(bin_dir) > end > > bundler_bin_dir = bundler_spec.bin_dir >- bundler_bin_dir = File.join(options[:destdir], bundler_bin_dir) unless Gem.win_platform? > mkdir_p bundler_bin_dir, :mode => 0755 > bundler_spec.executables.each do |e| > cp File.join("bundler", bundler_spec.bindir, e), File.join(bundler_bin_dir, e)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258108
:
227498
|
228469
|
228480
|
228666
|
228667
|
228695
|
229025
|
229026
|
229073
|
229114
|
229210
|
229958
|
229977
|
230305
|
231355
|
231387
|
231896
|
231942