datomic: install a couple more scripts
Closes Homebrew/homebrew#41743. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
05ab8e6dc3
commit
23fd74730b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Datomic < Formula
|
|||
def install
|
||||
libexec.install Dir["*"]
|
||||
(bin/"datomic").write_env_script libexec/"bin/datomic", Language::Java.java_home_env
|
||||
%w[transactor repl repl-jline rest shell].each do |file|
|
||||
%w[transactor repl repl-jline rest shell groovysh maven-install].each do |file|
|
||||
(bin/"datomic-#{file}").write_env_script libexec/"bin/#{file}", Language::Java.java_home_env
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue