diff options
Diffstat (limited to 'homebrew/tomeeplume/.make.sh-auto')
-rw-r--r-- | homebrew/tomeeplume/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/tomeeplume/.make.sh-auto b/homebrew/tomeeplume/.make.sh-auto new file mode 100644 index 000000000..3bf70ee30 --- /dev/null +++ b/homebrew/tomeeplume/.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-plume-startup" |