aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mcl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mcl.rb')
-rw-r--r--Library/Formula/mcl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mcl.rb b/Library/Formula/mcl.rb
index 68fefd1bf..7d9dee0ab 100644
--- a/Library/Formula/mcl.rb
+++ b/Library/Formula/mcl.rb
@@ -7,7 +7,7 @@ class Mcl <Formula
md5 '9e8aecb9011560b9c3e55fe0f2d1e791'
def install
- bin.mkpath
+ bin.mkpath
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-blast"