Commit 45b5a9d6 by Sam Stephenson

Remove Windows files

parent 0a51ad48
after_install_package() { after_install_package() {
shim_jruby shim_jruby
remove_windows_files
} }
shim_jruby() { shim_jruby() {
...@@ -8,4 +9,9 @@ shim_jruby() { ...@@ -8,4 +9,9 @@ shim_jruby() {
ln -fs jruby ruby 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 install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy
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