diff options
Diffstat (limited to 'Formula/guile-heredoc.rb')
-rw-r--r-- | Formula/guile-heredoc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/guile-heredoc.rb b/Formula/guile-heredoc.rb index 98fc76a..c0d42c5 100644 --- a/Formula/guile-heredoc.rb +++ b/Formula/guile-heredoc.rb @@ -6,8 +6,8 @@ class GuileHeredoc < 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 |