aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-22 21:35:07 -0700
committerAdam Vandenberg2012-08-22 21:35:07 -0700
commit0b79f38855a6b933860ab4e8bce11bb4d6469a68 (patch)
tree04081bb597de1e5f57bff8d396ed0f39b9e5aabe /Library
parent6b05c841119c8b68bd36649fbf61b123359cd8e5 (diff)
downloadhomebrew-0b79f38855a6b933860ab4e8bce11bb4d6469a68.tar.bz2
boost-build: use new dsl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boost-build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb
index b5f8f2044..cd1b76baf 100644
--- a/Library/Formula/boost-build.rb
+++ b/Library/Formula/boost-build.rb
@@ -9,7 +9,7 @@ class BoostBuild < Formula
head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/'
def install
- if ARGV.build_head?
+ if build.head?
system "./bootstrap.sh"
system "./b2", "--prefix=#{prefix}", "install"
else