summaryrefslogtreecommitdiff
path: root/homebrew/nexus/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nexus/.make.sh-auto')
-rw-r--r--homebrew/nexus/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/nexus/.make.sh-auto b/homebrew/nexus/.make.sh-auto
new file mode 100644
index 000000000..e3ab90d7c
--- /dev/null
+++ b/homebrew/nexus/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+rm_f Dir["bin/*.bat"]
+inreplace "nexus-#{version}/conf/nexus.properties", "nexus-work=${bundleBasedir}/../sonatype-work/nexus", "nexus-work=#{var}/nexus"
+libexec.install Dir["nexus-#{version}/*"]
+bin.install_symlink libexec/"bin/nexus"