aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-25 23:31:24 -0700
committerAdam Vandenberg2012-08-25 23:31:24 -0700
commit7c5e751ec61f79d327a309e462ed91a66eac403b (patch)
tree31feb0dfe08878a9f37a7f3e29cec86db75c73f6 /Library/Formula
parent90b7a28f54f7c83a19e2b974d5802d1e6ee47f8a (diff)
downloadhomebrew-7c5e751ec61f79d327a309e462ed91a66eac403b.tar.bz2
monetdb: use new dsl
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",