diff --git a/Formula/jxrlib.rb b/Formula/jxrlib.rb index 2f28fcdd58..728f20e9e0 100644 --- a/Formula/jxrlib.rb +++ b/Formula/jxrlib.rb @@ -7,6 +7,13 @@ class Jxrlib < Formula head "https://git01.codeplex.com/jxrlib", :using => :git + bottle do + cellar :any_skip_relocation + sha256 "47c308b47ec8227d813a21c8092b32ada9b7f862aef102bf619d6bb19f0144e1" => :el_capitan + sha256 "0dae977caf9e34289c9dd09f7e12bdf7158ccc42d9fa2dc00b4164b82c1caf3f" => :yosemite + sha256 "cc49654146951a561ca6fce7c485f7f3f3511ab5549a7db8263e4e8ddc95e740" => :mavericks + end + def install if build.head? system "make", "install", "DIR_INSTALL=#{prefix}"