clojure: use new dsl

This commit is contained in:
Adam Vandenberg 2012-08-26 22:15:40 -07:00
parent e2a643530c
commit 7b00db5132

View file

@ -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