aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/monetdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/monetdb.rb b/Library/Formula/monetdb.rb
index 25250d12b..3047fdbf1 100644
--- a/Library/Formula/monetdb.rb
+++ b/Library/Formula/monetdb.rb
@@ -11,7 +11,7 @@ class Monetdb < Formula
depends_on 'readline' # Compilation fails with libedit.
def install
- system "./bootstrap" if ARGV.build_head?
+ system "./bootstrap" if build.head?
system "./configure", "--prefix=#{prefix}",
"--enable-debug=no",