ykpers: use opt_prefix
This commit is contained in:
parent
2ef629060a
commit
f95fa23b05
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Ykpers < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
libyubikey_prefix = Formula.factory('libyubikey').prefix
|
||||
libyubikey_prefix = Formula.factory('libyubikey').opt_prefix
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--with-libyubikey-prefix=#{libyubikey_prefix}",
|
||||
'--with-backend=osx',
|
||||
|
|
Loading…
Reference in a new issue