Skip to content
Commit 4351c469 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Add `--patch` flag to apply a Ruby patch from stdin

If `-p|--patch` flag was set while invoking `ruby-build` or
`rbenv install`, ruby-build will use `patch -p0 -i -` to apply a patch
from stdin to Ruby, Rubinius, or JRuby source code before running the
rest of `build_package_*` commands.

References #443
parent 6f9647d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment