diff options
Diffstat (limited to 'Library/Formula/mlton.rb')
| -rw-r--r-- | Library/Formula/mlton.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mlton.rb b/Library/Formula/mlton.rb index 3bba2c2cf..a478920c3 100644 --- a/Library/Formula/mlton.rb +++ b/Library/Formula/mlton.rb @@ -5,8 +5,8 @@ require 'formula' # would require an existing ML compiler/interpreter for bootstrapping. class Mlton < Formula - url 'http://mlton.org/pages/Download/attachments/mlton-20100608-1.amd64-darwin.gmp-static.tgz' homepage 'http://mlton.org' + url 'http://mlton.org/pages/Download/attachments/mlton-20100608-1.amd64-darwin.gmp-static.tgz' md5 'd32430f2b66f05ac0ef6ff087ea109ca' # We download and install the version of MLton which is statically linked to libgmp, but all @@ -23,7 +23,7 @@ class Mlton < Formula puts "will be unable to find GMP." end - Dir.chdir "local" do + cd "local" do # Remove OS X droppings rm Dir["man/man1/._*"] mv "man", "share" |
