diff options
Diffstat (limited to 'homebrew/paxrunner/.make.sh-auto')
-rw-r--r-- | homebrew/paxrunner/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/paxrunner/.make.sh-auto b/homebrew/paxrunner/.make.sh-auto new file mode 100644 index 000000000..d81e10ac6 --- /dev/null +++ b/homebrew/paxrunner/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +(bin+"pax-runner").write <<~EOS +#!/bin/sh +exec java $JAVA_OPTS -cp #{libexec}/bin/pax-runner-#{version}.jar org.ops4j.pax.runner.Run "$@" +EOS +libexec.install Dir["*"] |