diff options
| author | Martin Funk | 2014-05-01 19:17:51 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-02 07:20:18 -0700 |
| commit | 7f2eb23c8ae13b194ff26d72e8d1c3001b9669a6 (patch) | |
| tree | a3daded00b84c12d054a413b1d2914f4ff647ac4 /Library/Formula | |
| parent | 3bb89896a8d5a08fbb6aaa042f6fde6499e65c49 (diff) | |
| download | homebrew-7f2eb23c8ae13b194ff26d72e8d1c3001b9669a6.tar.bz2 | |
tomee-plus 1.6.0.1
Symlink a different script in 'bin' as a startupscript for the server.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tomee-plus.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tomee-plus.rb b/Library/Formula/tomee-plus.rb index aae78c880..f9f1e9a14 100644 --- a/Library/Formula/tomee-plus.rb +++ b/Library/Formula/tomee-plus.rb @@ -16,6 +16,6 @@ class TomeePlus < Formula # Install files prefix.install %w{ NOTICE LICENSE RELEASE-NOTES RUNNING.txt } libexec.install Dir['*'] - bin.install_symlink "#{libexec}/bin/tomee.sh" => "tomee-plus" + bin.install_symlink "#{libexec}/bin/startup.sh" => "tomee-plus-startup" end end |
