From d2d7cad2686fb0eeda25575fb4396337ea410e8a Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 5 Sep 2011 09:18:57 +0100 Subject: Warn user that IO fails to build often Refs #7399 --- Library/Formula/io.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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' -- cgit v1.2.3