aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clojure.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb
index 6a962c18b..4bbcb613e 100644
--- a/Library/Formula/clojure.rb
+++ b/Library/Formula/clojure.rb
@@ -25,6 +25,7 @@ class Clojure < Formula
def install
system "ant" if ARGV.build_head?
prefix.install 'clojure-1.3.0.jar'
+ (prefix+'clojure-1.3.0.jar').chmod(0644) # otherwise it's 0600
(prefix+'classes').mkpath
(bin+'clj').write script
end