diff options
| author | Martin Funk | 2014-05-01 19:13:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-02 07:20:18 -0700 |
| commit | 3bb89896a8d5a08fbb6aaa042f6fde6499e65c49 (patch) | |
| tree | 732a12b7eb52ccf67b18b7e7fa7e680540775441 | |
| parent | 57c24868986fa41133a54b0aa60c81ffce59a3d1 (diff) | |
| download | homebrew-3bb89896a8d5a08fbb6aaa042f6fde6499e65c49.tar.bz2 | |
tomee-jax-rs 1.6.0.1
Symlink a different script in 'bin' as a startupscript for the server.
| -rw-r--r-- | Library/Formula/tomee-jax-rs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tomee-jax-rs.rb b/Library/Formula/tomee-jax-rs.rb index 580fc908e..17132d1fe 100644 --- a/Library/Formula/tomee-jax-rs.rb +++ b/Library/Formula/tomee-jax-rs.rb @@ -16,6 +16,6 @@ class TomeeJaxRs < Formula # Install files prefix.install %w{ NOTICE LICENSE RELEASE-NOTES RUNNING.txt } libexec.install Dir['*'] - bin.install_symlink "#{libexec}/bin/tomee.sh" => "tomee-jax-rs" + bin.install_symlink "#{libexec}/bin/startup.sh" => "tomee-jax-rs-startup" end end |
