Skip to content

Commit 433f56c

Browse files
committed
Remove log info for rake & create symlinks
1 parent 929711f commit 433f56c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

bin/ruby-build

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,14 @@ build_package_maglev() {
172172

173173
{ cd "${PREFIX_PATH}"
174174
./install.sh
175+
cd "${PREFIX_PATH}/bin"
176+
echo "Creating symlink for ruby*"
177+
ln -fs maglev-ruby ruby
178+
echo "Creating symlink for irb*"
179+
ln -fs maglev-irb irb
175180
} >&4 2>&1
176181
echo
177-
echo "Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)"
178-
echo "from within $PREFIX_PATH run"
179-
echo "/path/to/that/other/rake build:maglev"
180-
echo
181-
echo "Run 'maglev start' to start up the stone before using 'maglev-ruby' or 'maglev-irb'"
182+
echo "Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
182183
}
183184

184185
build_package_jruby() {

0 commit comments

Comments
 (0)