From b7841a9ebb11de7748c90271ef914cb81aac0f10 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Mar 2023 16:26:38 -0300 Subject: src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrew --- Formula/td.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Formula/td.rb') diff --git a/Formula/td.rb b/Formula/td.rb index b005c82..eeb58d2 100644 --- a/Formula/td.rb +++ b/Formula/td.rb @@ -6,8 +6,8 @@ class Td < Formula license 'AGPL-3.0-or-later' def install - system 'make' - system 'make', 'check' + system 'make', "PREFIX=#{prefix}" + system 'make', 'check', "PREFIX=#{prefix}" system 'make', 'install', "PREFIX=#{prefix}" end -- cgit v1.2.3