glassfish 3.1.2.2
Closes Homebrew/homebrew#14744. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1a57dfe147
commit
f926273ca6
1 changed files with 8 additions and 6 deletions
|
@ -1,17 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class Glassfish < Formula
|
||||
homepage 'http://glassfish.org/'
|
||||
url 'http://download.java.net/glassfish/3.1.2/release/glassfish-3.1.2.zip'
|
||||
sha1 '9e111bbd7791b63ae37220641867b47851a636d5'
|
||||
homepage 'http://glassfish.java.net/'
|
||||
url 'http://download.java.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip'
|
||||
sha1 '627e67d7e7f06583beb284c56f76456913461722'
|
||||
|
||||
skip_clean :all
|
||||
# To keep empty folders around
|
||||
skip_clean 'libexec'
|
||||
|
||||
def install
|
||||
rm_rf Dir['bin/*.bat']
|
||||
|
||||
libexec.install Dir['*']
|
||||
bin.install_symlink Dir["#{libexec}/bin/*"]
|
||||
libexec.install Dir["*"]
|
||||
libexec.install Dir[".org.opensolaris,pkg"]
|
||||
bin.write_exec_script Dir["#{libexec}/bin/*"]
|
||||
|
||||
inreplace "#{libexec}/bin/asadmin" do |s|
|
||||
s.change_make_var! 'AS_INSTALL', "#{libexec}/glassfish"
|
||||
|
|
Loading…
Reference in a new issue