chibi-scheme: resolve non-default prefix issue
Closes Homebrew/homebrew#46708. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
986092e414
commit
248ee86fd0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ChibiScheme < Formula
|
|||
ENV.deparallelize
|
||||
|
||||
# "make" and "make install" must be done separately
|
||||
system "make"
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue