Commit 433f56cd by jc00ke

Remove log info for rake & create symlinks

parent 929711f8
...@@ -172,13 +172,14 @@ build_package_maglev() { ...@@ -172,13 +172,14 @@ build_package_maglev() {
{ cd "${PREFIX_PATH}" { cd "${PREFIX_PATH}"
./install.sh ./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 } >&4 2>&1
echo echo
echo "Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)" echo "Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
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'"
} }
build_package_jruby() { build_package_jruby() {
......
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