diff options
| author | Adam Vandenberg | 2012-08-26 22:15:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:15:40 -0700 |
| commit | 2451b6c224410ea5cbfd5b227034be76b705b7c9 (patch) | |
| tree | e8e7a1f4b4bddcfe474d9419b7cf84c93c07c755 | |
| parent | b88d54463a349633d7edd6bd7d6e0351dd0b3690 (diff) | |
| download | homebrew-2451b6c224410ea5cbfd5b227034be76b705b7c9.tar.bz2 | |
clojure: use new dsl
| -rw-r--r-- | Library/Formula/clojure.rb | 2 |
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 |
