From feb0cb24229f4b354fdeea3c88590a1cca42161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ho=CC=88ltje?= Date: Thu, 22 Aug 2013 12:26:26 -0400 Subject: [PATCH] nexus: Use opt_prefix Cleaning up places that can use `opt_prefix` instead of `#{HOMEBREW_PREFIX}/opt/` This package had a hardcoded `/usr/local/` instead of a Homebrew path in the .plist file. Closes Homebrew/homebrew#22079. Signed-off-by: Jack Nagel --- Formula/nexus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/nexus.rb b/Formula/nexus.rb index ac3cbe5c08..cef9edcf5a 100644 --- a/Formula/nexus.rb +++ b/Formula/nexus.rb @@ -28,7 +28,7 @@ class Nexus < Formula com.sonatype.nexus ProgramArguments - /usr/local/opt/nexus/bin/nexus + #{opt_prefix}/bin/nexus start RunAtLoad