diff options
| author | Max Howell | 2011-09-05 09:18:57 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-05 09:44:53 +0100 |
| commit | d2d7cad2686fb0eeda25575fb4396337ea410e8a (patch) | |
| tree | 2dd2ef8cfaf23bf00d0c4f851c094ea00a1a4833 | |
| parent | d34a3bcf50e2b3a8407a061b6b471d585583f3ba (diff) | |
| download | homebrew-d2d7cad2686fb0eeda25575fb4396337ea410e8a.tar.bz2 | |
Warn user that IO fails to build often
Refs #7399
| -rw-r--r-- | Library/Formula/io.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index e3cd4046d..ee1048061 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -17,6 +17,9 @@ class Io < Formula end def install + opoo "IO fails to build often!" + puts "There is no stable revision: https://github.com/mxcl/homebrew/issues/7399" + ENV.j1 mkdir 'io-build' |
