chmod clojure's .jar to 644 so non-owners can read it.
Else other users than installer cannot run 'clj'. Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
e9f525cf47
commit
17ad311125
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue