diff options
| -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 |
