mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-28 07:41:07 +01:00
Install jruby-launcher after of install JRuby
This commit is contained in:
parent
69a4691aba
commit
7b3dc50ce1
2 changed files with 4 additions and 2 deletions
|
|
@ -5,8 +5,9 @@ after_install_package() {
|
|||
|
||||
shim_jruby() {
|
||||
cd "${PREFIX_PATH}/bin"
|
||||
sed -i "" 's/^#!\/bin\/bash/#!\/usr\/bin\/env bash/' jruby
|
||||
ln -fs jruby ruby
|
||||
{ ./ruby gem install jruby-launcher
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
||||
remove_windows_files() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue