From 1dbf22ecd69fc55eae239e96ac04fbd5e53b6287 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Aug 2012 22:21:45 -0700 Subject: ctags: use new dsl --- Library/Formula/ctags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb index 402235a0a..8ef691fa0 100644 --- a/Library/Formula/ctags.rb +++ b/Library/Formula/ctags.rb @@ -15,7 +15,7 @@ class Ctags < Formula end def install - if ARGV.build_head? + if build.head? system "autoheader" system "autoconf" end -- cgit v1.2.3