aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-05 07:41:28 -0800
committerAdam Vandenberg2014-03-05 07:41:28 -0800
commit9ae579fdf25445fb6c79c15bd09138f32a6296b3 (patch)
treedf96d38f0a67899c1a193e37f9f36e8db074632a /Library
parent9afb23e2d2a40dc8a4372422a56fcd611cf5dcae (diff)
downloadhomebrew-9ae579fdf25445fb6c79c15bd09138f32a6296b3.tar.bz2
cantera: fix post-install audit
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cantera.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cantera.rb b/Library/Formula/cantera.rb
index f9691dba4..36935e5a9 100644
--- a/Library/Formula/cantera.rb
+++ b/Library/Formula/cantera.rb
@@ -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