Commit 433f56cd authored by jc00ke's avatar jc00ke
Browse files

Remove log info for rake & create symlinks

parent 929711f8
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -172,13 +172,14 @@ build_package_maglev() {

  { cd "${PREFIX_PATH}"
    ./install.sh
    cd "${PREFIX_PATH}/bin"
    echo "Creating symlink for ruby*"
    ln -fs maglev-ruby ruby
    echo "Creating symlink for irb*"
    ln -fs maglev-irb irb
  } >&4 2>&1
  echo
  echo "Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)"
  echo "from within $PREFIX_PATH run"
  echo "/path/to/that/other/rake build:maglev"
  echo
  echo "Run 'maglev start' to start up the stone before using 'maglev-ruby' or 'maglev-irb'"
  echo "Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
}

build_package_jruby() {