diff options
| author | Mike McQuaid | 2014-05-06 18:28:30 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:02 +0100 |
| commit | 09839863abe53b2474478651ca28849a0a79feed (patch) | |
| tree | 71e8504a21f8b9180ed723906358948bc3680f1c | |
| parent | e80c6aba9c2574fe1b47933538fd4d9f7b09c3fc (diff) | |
| download | homebrew-09839863abe53b2474478651ca28849a0a79feed.tar.bz2 | |
ice: fix audit.
| -rw-r--r-- | Library/Formula/ice.rb | 2 |
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 |
