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-latest.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Formula/fallible-latest.rb') diff --git a/Formula/fallible-latest.rb b/Formula/fallible-latest.rb index e3083c0..2699b8f 100644 --- a/Formula/fallible-latest.rb +++ b/Formula/fallible-latest.rb @@ -8,9 +8,8 @@ class FallibleLatest < 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