From f4088df3576ab7c9acda2efdc7c4321f01ac612f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 13 Jul 2016 10:58:15 -0400 Subject: Track library name change: libpkcs11 => libcryptech-pkcs11. --- build-homebrew-formula.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-homebrew-formula.py') diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py index cbaa35c..2579a3c 100755 --- a/build-homebrew-formula.py +++ b/build-homebrew-formula.py @@ -74,8 +74,8 @@ class CryptechAlpha < Formula # Install other (non-Python) stuff, then we are done. share.install "cryptech-alpha-firmware.tar.gz" - lib.install "sw/pkcs11/libpkcs11.dylib" - bin.install "sw/pkcs11/p11util" + lib.install "sw/pkcs11/libcryptech-pkcs11.dylib" + #bin.install "sw/pkcs11/p11util" end end -- cgit v1.2.3