The jruby-src doesn't seem to work with an installation like this, but the -bin does

This commit is contained in:
Scott Barron 2009-12-21 11:25:01 -05:00
parent 4210425140
commit 3f7a79a990

View file

@ -4,9 +4,9 @@ require 'formula'
# TODO trim that a bit? Seems crazy.
class Jruby < Formula
url 'http://jruby.kenai.com/downloads/1.4.0/jruby-src-1.4.0.tar.gz'
url 'http://jruby.kenai.com/downloads/1.4.0/jruby-bin-1.4.0.tar.gz'
homepage 'http://www.jruby.org'
md5 'a363b6c2ea24f0ef8df478c93ac8cc59'
md5 'f37322c18e9134e91e064aebb4baa4c7'
def install
Dir.chdir 'bin' do