aboutsummaryrefslogtreecommitdiff
path: root/build-homebrew-formula.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-13 10:58:15 -0400
committerRob Austein <sra@hactrn.net>2016-07-13 11:01:30 -0400
commitf4088df3576ab7c9acda2efdc7c4321f01ac612f (patch)
treefbf0be4ffcdc1ef92ec42adefd08246cd1b3d3e8 /build-homebrew-formula.py
parent67b3e361c7fe0f50f5d8b3be7a77bd78cb2e2107 (diff)
Track library name change: libpkcs11 => libcryptech-pkcs11.
Diffstat (limited to 'build-homebrew-formula.py')
-rwxr-xr-xbuild-homebrew-formula.py4
1 files changed, 2 insertions, 2 deletions
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