archives/ruby3.2: new aport
This commit is contained in:
parent
cda65a1f03
commit
c434b5145e
6 changed files with 443 additions and 0 deletions
20
archives/ruby3.2/dont-install-bundled-gems.patch
Normal file
20
archives/ruby3.2/dont-install-bundled-gems.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
Don't install bundled gems - we package them separately.
|
||||
|
||||
--- a/tool/rbinstall.rb
|
||||
+++ b/tool/rbinstall.rb
|
||||
@@ -990,6 +990,7 @@
|
||||
end
|
||||
end
|
||||
|
||||
+=begin XXX-Patched
|
||||
install?(:ext, :comm, :gem, :'bundled-gems') do
|
||||
gem_dir = Gem.default_dir
|
||||
install_dir = with_destdir(gem_dir)
|
||||
@@ -1057,6 +1058,7 @@
|
||||
puts "skipped bundled gems: #{gems.join(' ')}"
|
||||
end
|
||||
end
|
||||
+=end
|
||||
|
||||
parse_args()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue