From 851009e1efe8fc2806811474ee9f387df37bdbce Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sat, 1 Feb 2020 02:30:11 -0800 Subject: [PATCH] fix homebrew --- init/homebrew/service.rb.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/init/homebrew/service.rb.tmpl b/init/homebrew/service.rb.tmpl index cb10dcb2..de494c11 100644 --- a/init/homebrew/service.rb.tmpl +++ b/init/homebrew/service.rb.tmpl @@ -9,14 +9,12 @@ class {{Class}} < Formula head "{{SOURCE_URL}}" depends_on "go" => :build - depends_on "dep" def install bin_path = buildpath/"#{name}" # Copy all files from their current location to buildpath/#{name} bin_path.install Dir["*",".??*"] cd bin_path do - system "make" "vendor" system "make", "install", "VERSION=#{version}", "ITERATION={{Iter}}", "PREFIX=#{prefix}", "ETC=#{etc}" # If this fails, the user gets a nice big warning about write permissions on their # #{var}/log folder. The alternative could be letting the app silently fail