cantera: fix post-install audit

master
Adam Vandenberg 2014-03-05 07:41:28 -08:00
parent cd7e789e08
commit a7369ac5e9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class Cantera < Formula
(buildname ? "--build=#{buildname}" : "")
system "make"
system "make install"
prefix.install Dir["#{bin}/License.*"]
end
def caveats; <<-EOS.undent