Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866531 Details for
Bug 911401
dev-lang/ruby: 010-default-gem-location.patch not enough to change "DESTDIR" of gems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
010-default-gem-location-r1.patch (text/plain), 690 bytes, created by
konsolebox
on 2023-07-29 03:48:28 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
konsolebox
Created:
2023-07-29 03:48:28 UTC
Size:
690 bytes
patch
obsolete
>diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb >index f910fca..2f21884 100755 >--- a/tool/rbinstall.rb >+++ b/tool/rbinstall.rb >@@ -942,7 +942,7 @@ def load_gemspec(file, base = nil) > end > > def install_default_gem(dir, srcdir, bindir) >- gem_dir = Gem.default_dir >+ gem_dir = ENV['GEM_DESTDIR'] > install_dir = with_destdir(gem_dir) > prepare "default gems from #{dir}", gem_dir > RbInstall.no_write do >@@ -991,7 +991,7 @@ def install_default_gem(dir, srcdir, bindir) > end > > install?(:ext, :comm, :gem, :'bundled-gems') do >- gem_dir = Gem.default_dir >+ gem_dir = ENV['GEM_DESTDIR'] > install_dir = with_destdir(gem_dir) > prepare "bundled gems", gem_dir > RbInstall.no_write do
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 911401
: 866531