summaryrefslogtreecommitdiff
path: root/homebrew/tomeeplus/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tomeeplus/.make.sh-auto')
-rw-r--r--homebrew/tomeeplus/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/tomeeplus/.make.sh-auto b/homebrew/tomeeplus/.make.sh-auto
new file mode 100644
index 000000000..4c777eaba
--- /dev/null
+++ b/homebrew/tomeeplus/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+rm_rf Dir["bin/*.bat"]
+rm_rf Dir["bin/*.bat.original"]
+rm_rf Dir["bin/*.exe"]
+prefix.install %w[NOTICE LICENSE RELEASE-NOTES RUNNING.txt]
+libexec.install Dir["*"]
+bin.install_symlink "#{libexec}/bin/startup.sh" => "tomee-plus-startup"