boost-build: use new dsl

This commit is contained in:
Adam Vandenberg 2012-08-22 21:35:07 -07:00
parent 742ab76b60
commit 3d5d5dff25

View file

@ -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