summaryrefslogtreecommitdiff
path: root/homebrew/fantom/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fantom/.make.sh-auto')
-rw-r--r--homebrew/fantom/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/fantom/.make.sh-auto b/homebrew/fantom/.make.sh-auto
new file mode 100644
index 000000000..1f0333d59
--- /dev/null
+++ b/homebrew/fantom/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+rm_f Dir["bin/*.exe", "bin/*.dll", "lib/dotnet/*"]
+inreplace "etc/build/config.props", "//jdkHome=/System", "jdkHome=/System"
+libexec.install Dir["*"]
+chmod 0755, Dir["#{libexec}/bin/*"]
+bin.install_symlink Dir["#{libexec}/bin/*"]