chibi-scheme: deparallelize

Closes Homebrew/homebrew#21593.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Josh Tilles 2013-08-01 16:31:50 -04:00 committed by Adam Vandenberg
parent 60463dd1e0
commit 27ebc7f4c1
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ class ChibiScheme < Formula
head 'https://code.google.com/p/chibi-scheme/', :using => :hg
def install
ENV.deparallelize
# "make" and "make install" must be done separately
system "make"
system "make", "install", "PREFIX=#{prefix}"