From 8eed0c83c6f598cd0f396b1759ed01ae1455b663 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Mon, 29 Apr 2024 21:41:37 +0300 Subject: [PATCH] homebrew stuff --- homebrew/prorab.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew/prorab.rb.in b/homebrew/prorab.rb.in index 76b7ab3..fd32126 100644 --- a/homebrew/prorab.rb.in +++ b/homebrew/prorab.rb.in @@ -9,7 +9,7 @@ class Prorab < Formula # use gmake here because otherwise homebrew uses default Mac's make which is of too old version 3.81 def install - ENV['PATH'] += ':/usr/local/bin' + ENV['PATH'] += ':#{ENV['HOMEBREW_PREFIX']}/bin' system "gmake", "--include-dir=#{ENV['HOMEBREW_PREFIX']}/include", "install", "PREFIX=#{prefix}" end