pam-u2f: use opt_lib rather than lib

master
Dominyk Tiller 2017-09-21 18:38:13 +01:00 committed by ilovezfs
parent abd67222a7
commit 00a408186b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class PamU2f < Formula
def caveats; <<-EOS.undent
To use a U2F key for PAM authentication, specify the full path to the
module (#{lib}/pam/pam_u2f.so) in a PAM
module (#{opt_lib}/pam/pam_u2f.so) in a PAM
configuration. You can find all PAM configurations in /etc/pam.d.
For further installation instructions, please visit