aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-29 20:12:01 -0500
committerJack Nagel2014-09-29 20:12:01 -0500
commita63556ca6ed742bc46efc79c0282640357f44d80 (patch)
tree2404db1e7b991d044b388e289e7dc535a1d6b3b0 /Library
parent17a5f3bf6598c2c8eac81704b0bb1e52e4cd21b1 (diff)
downloadhomebrew-a63556ca6ed742bc46efc79c0282640357f44d80.tar.bz2
glassfish: simplify install
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glassfish.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/glassfish.rb b/Library/Formula/glassfish.rb
index 76d3bedd4..f12f15605 100644
--- a/Library/Formula/glassfish.rb
+++ b/Library/Formula/glassfish.rb
@@ -6,9 +6,8 @@ class Glassfish < Formula
sha1 '704a90899ec5e3b5007d310b13a6001575827293'
def install
- rm_rf Dir['bin/*.bat']
- libexec.install Dir["*"]
- libexec.install Dir[".org.opensolaris,pkg"]
+ rm_rf Dir["bin/*.bat"]
+ libexec.install Dir["*", ".org.opensolaris,pkg"]
end
def caveats; <<-EOS.undent