Commit 7b3dc50c by Guillermo Iguaran

Install jruby-launcher after of install JRuby

parent 69a4691a
......@@ -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() {
......
......@@ -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() {
......
Markdown is supported
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