Install jruby-launcher after of install JRuby

This commit is contained in:
Guillermo Iguaran 2011-09-24 23:36:44 -05:00
parent 69a4691aba
commit 7b3dc50ce1
2 changed files with 4 additions and 2 deletions

View file

@ -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() {