aboutsummaryrefslogtreecommitdiff
path: root/Formula/td.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 16:26:38 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 16:26:52 -0300
commitb7841a9ebb11de7748c90271ef914cb81aac0f10 (patch)
treeec4b9f00d0a151f9117fa3c8f073447f670fd86f /Formula/td.rb
parentMakefile: Build "public" by default (diff)
downloadpackage-repository-b7841a9ebb11de7748c90271ef914cb81aac0f10.tar.gz
package-repository-b7841a9ebb11de7748c90271ef914cb81aac0f10.tar.xz
src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrew
Diffstat (limited to 'Formula/td.rb')
-rw-r--r--Formula/td.rb4
1 files changed, 2 insertions, 2 deletions
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