aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:15:40 -0700
committerAdam Vandenberg2012-08-26 22:15:40 -0700
commit2451b6c224410ea5cbfd5b227034be76b705b7c9 (patch)
treee8e7a1f4b4bddcfe474d9419b7cf84c93c07c755
parentb88d54463a349633d7edd6bd7d6e0351dd0b3690 (diff)
downloadhomebrew-2451b6c224410ea5cbfd5b227034be76b705b7c9.tar.bz2
clojure: use new dsl
-rw-r--r--Library/Formula/clojure.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb
index 1c47fe6ed..b42e78abf 100644
--- a/Library/Formula/clojure.rb
+++ b/Library/Formula/clojure.rb
@@ -34,7 +34,7 @@ class Clojure < Formula
end
def install
- system "ant" if ARGV.build_head?
+ system "ant" if build.head?
prefix.install jar
(prefix+jar).chmod(0644) # otherwise it's 0600
(prefix+'classes').mkpath