aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctags.rb2
1 files changed, 1 insertions, 1 deletions
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