chibi-scheme: resolve non-default prefix issue

Closes Homebrew/homebrew#46708.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Buck Evan 2015-12-04 22:16:45 -08:00 committed by Dominyk Tiller
parent 986092e414
commit 248ee86fd0

View file

@ -20,7 +20,7 @@ class ChibiScheme < Formula
ENV.deparallelize ENV.deparallelize
# "make" and "make install" must be done separately # "make" and "make install" must be done separately
system "make" system "make", "PREFIX=#{prefix}"
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"
end end