aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-05-06 18:28:30 +0100
committerMike McQuaid2014-05-06 19:34:02 +0100
commit09839863abe53b2474478651ca28849a0a79feed (patch)
tree71e8504a21f8b9180ed723906358948bc3680f1c
parente80c6aba9c2574fe1b47933538fd4d9f7b09c3fc (diff)
downloadhomebrew-09839863abe53b2474478651ca28849a0a79feed.tar.bz2
ice: fix audit.
-rw-r--r--Library/Formula/ice.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb
index 6649dafe2..f1b316a49 100644
--- a/Library/Formula/ice.rb
+++ b/Library/Formula/ice.rb
@@ -55,6 +55,8 @@ class Ice < Formula
system "make", *args
system "make", "install", *args
end
+
+ libexec.install "#{lib}/ImportKey.class"
end
test do