clojure: use new dsl
This commit is contained in:
parent
e2a643530c
commit
7b00db5132
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue