We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929711f commit 433f56cCopy full SHA for 433f56c
bin/ruby-build
@@ -172,13 +172,14 @@ build_package_maglev() {
172
173
{ cd "${PREFIX_PATH}"
174
./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
180
} >&4 2>&1
181
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'"
182
+ echo "Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
183
}
184
185
build_package_jruby() {
0 commit comments