diff options
| author | Josh Tilles | 2013-08-01 16:31:50 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-08-02 09:13:34 -0700 | 
| commit | 3579e665450be24e7f0b9c6ba4a904c7348e9ce8 (patch) | |
| tree | baa3cd467427a411e23dab179b12b36ea94f6595 | |
| parent | e38df680976dbe2e88c772fa996c7b84c75e8344 (diff) | |
| download | homebrew-3579e665450be24e7f0b9c6ba4a904c7348e9ce8.tar.bz2 | |
chibi-scheme: deparallelize
Closes #21593.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/chibi-scheme.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb index 6d1fbac28..45ac61b2b 100644 --- a/Library/Formula/chibi-scheme.rb +++ b/Library/Formula/chibi-scheme.rb @@ -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}" | 
