Skip to content

Commit

Permalink
fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs1…
Browse files Browse the repository at this point in the history
…1.so

libcryptsetup-token-systemd-pkcs11.so.* doesn't match the file libcryptsetup-token-systemd-pkcs11.so
  • Loading branch information
innovara authored and LaszloGombos committed Oct 30, 2023
1 parent 856e7ac commit 1c762c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/91pkcs11/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ install() {
{"tls/$_arch/",tls/,"$_arch/",}"libffi.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"libp11-kit.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"libcryptsetup.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"/cryptsetup/libcryptsetup-token-systemd-pkcs11.so.*"
{"tls/$_arch/",tls/,"$_arch/",}"/cryptsetup/libcryptsetup-token-systemd-pkcs11.so*"

}

0 comments on commit 1c762c0

Please sign in to comment.