diff options
author | bargst <bargst@archlinux> | 2023-01-13 09:30:46 +0100 |
---|---|---|
committer | bargst <bargst@archlinux> | 2023-01-13 11:09:52 +0100 |
commit | 84be5ba124dae2db0f64a3d5570fb6daba73eed2 (patch) | |
tree | 147659899a0aba14c3a4669eccda8e27de550fde /pkcs11_install | |
parent | c5844c994ceb201537c2629718c73c555d26ae8d (diff) | |
download | pkgbuilds-84be5ba124dae2db0f64a3d5570fb6daba73eed2.tar.gz pkgbuilds-84be5ba124dae2db0f64a3d5570fb6daba73eed2.tar.xz pkgbuilds-84be5ba124dae2db0f64a3d5570fb6daba73eed2.zip |
Add missing opensc.module and fix checksums
Diffstat (limited to 'pkcs11_install')
-rw-r--r-- | pkcs11_install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkcs11_install b/pkcs11_install index 22b3416..0643423 100644 --- a/pkcs11_install +++ b/pkcs11_install @@ -24,8 +24,6 @@ build() { # MISC add_binary /usr/bin/p11tool - # cat /etc/pkcs11/modules/opensc.module - # module: opensc-pkcs11.so add_file /etc/pkcs11/modules/opensc.module } |