diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmpreaper.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tmpreaper.rb b/Library/Formula/tmpreaper.rb index 5c2cf7a2e..ff3b123cf 100644 --- a/Library/Formula/tmpreaper.rb +++ b/Library/Formula/tmpreaper.rb @@ -5,6 +5,13 @@ class Tmpreaper < Formula sha256 "c88f05b5d995b9544edb7aaf36ac5ce55c6fac2a4c21444e5dba655ad310b738" version "1.6.13_nmu1" + bottle do + cellar :any + sha256 "7e634ee1b709b8751a52e31c02432481267e58bc6f584dc7ac23c08e330cc169" => :yosemite + sha256 "d14aabae2826469b0c878dd517c2017d952773d406fa4f71af4e2951de602198" => :mavericks + sha256 "6c75ed498baad36cda1386e90b5be53c3898469e0a9ac7847ba854a4e912069c" => :mountain_lion + end + def install system "./configure", "--prefix=#{prefix}" system "make", "install" |
