From 21d2f5b658bb85cc599a43c9cdd49ec0afeaaac9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 23 Feb 2021 15:51:54 -0300 Subject: Remove ./configure script from Homebrew formulas --- Formula/fallible.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Formula/fallible.rb') diff --git a/Formula/fallible.rb b/Formula/fallible.rb index 69d38d6..9c7b493 100644 --- a/Formula/fallible.rb +++ b/Formula/fallible.rb @@ -8,9 +8,8 @@ class Fallible < Formula depends_on 'valgrind' => :build def install - system './configure', "--prefix=#{prefix}" system 'make' system 'make', 'check' - system 'make', 'install' + system 'make', 'install', "PREFIX=#{prefix}" end end -- cgit v1.2.3