mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Remove Windows files
This commit is contained in:
parent
0a51ad4811
commit
45b5a9d64f
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
after_install_package() {
|
||||
shim_jruby
|
||||
remove_windows_files
|
||||
}
|
||||
|
||||
shim_jruby() {
|
||||
|
@ -8,4 +9,9 @@ shim_jruby() {
|
|||
ln -fs jruby ruby
|
||||
}
|
||||
|
||||
remove_windows_files() {
|
||||
cd "$PREFIX_PATH"
|
||||
rm -f bin/*.exe bin/*.dll bin/*.bat bin/jruby.sh
|
||||
}
|
||||
|
||||
install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy
|
||||
|
|
Loading…
Reference in a new issue