File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,20 @@ build_package_rbx() {
167167 } >&4 2>&1
168168}
169169
170+ build_package_maglev () {
171+ build_package_copy
172+
173+ { cd " ${PREFIX_PATH} "
174+ ./install.sh
175+ } >&4 2>&1
176+ 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+ }
183+
170184build_package_jruby () {
171185 build_package_copy
172186 cd " ${PREFIX_PATH} /bin"
Original file line number Diff line number Diff line change 1+ install_package "MagLev-1.0.0" "http://glass-downloads.gemstone.com/maglev/MagLev-1.0.0.tar.gz" maglev
You can’t perform that action at this time.
0 commit comments