dont-install-bundled-gems.patch 400 B

123456789101112131415161718192021
  1. Don't install bundled gems - we package them separately.
  2. --- a/tool/rbinstall.rb
  3. +++ b/tool/rbinstall.rb
  4. @@ -947,6 +947,7 @@
  5. end
  6. end
  7. +=begin XXX-Patched
  8. install?(:ext, :comm, :gem, :'bundled-gems') do
  9. gem_dir = Gem.default_dir
  10. install_dir = with_destdir(gem_dir)
  11. @@ -1026,6 +1027,7 @@
  12. puts "skip installing bundled gems because of lacking zlib"
  13. end
  14. end
  15. +=end
  16. parse_args()