aboutsummaryrefslogtreecommitdiff
path: root/build-homebrew-formula.py
diff options
context:
space:
mode:
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